Gets or sets the vertical rotation angle of a camera's sight line relative to the center point of an element.

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

Syntax

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

Exceptions

ExceptionCondition
System.ArgumentOutOfRangeException The specified value is not range from -180 to 180.