Gets or sets the width of the viewport (in pixels).
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] public int Width { get; set; } |
| Visual Basic (Declaration) |
|---|
<NotifyParentPropertyAttribute(True)> _ <DefaultValueAttribute()> _ Public Property Width As Integer Get Set |
Remarks
Zero width extends the viewport till the opposite edge of the owner element.
Negative width extends the viewport backwards.