Gets or sets the height of the eye.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public double EyeHeight { get; set; }
Visual Basic
Public Property EyeHeight As Double
	Get
	Set

Remarks

The value for this property is relative to the element size. For example, a value of 0.5 means that the eye will be vertically centered.

See Also