Gets or sets the Y-axis offset value for the perspective reflection.

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

Visual Basic (Declaration)
Public Property OffsetY As Integer
C#
public int OffsetY { get; set; }
Visual C++
public:
property int OffsetY {
	int get ();
	void set (int value);
}