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

Namespace: Neodynamic.SDK
Assembly:   Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.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);
}