Gets or sets the relative Y position that remains fixed when the viewport moves in order to maintain the aspect ratio.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public double AspectPinY { get; set; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute()> _
Public Property AspectPinY As Double
	Get
	Set

See Also