Gets or sets the fixed ratio of width to height of the viewport.

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 AspectRatio { get; set; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute()> _
Public Property AspectRatio As Double
	Get
	Set

Remarks

Set to Double.NaN to avoid restriction of the aspect ratio.

See Also