Gets or sets the logical value representing the width of the image.

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

Syntax

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

Remarks

Can be set to double.NaN (default value) to avoid scaling the image in the X-axis direction.

See Also