Dundas Gauge for ASP.NET Send comments on this topic
Width Property
See Also 
Dundas.Gauges.WebControl Namespace > GaugeContainer Class : Width Property


Width of the gauge container. Should be UnitType.Pixel.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
<DescriptionAttribute("Width of the gauge container, measured in UnitType.Pixel.")>
<CategoryAttribute("Image")>
Public Overrides Property Width As Unit
Visual Basic (Usage)Copy Code
Dim instance As GaugeContainer
Dim value As Unit
 
instance.Width = value
 
value = instance.Width
C# 
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
[DescriptionAttribute("Width of the gauge container, measured in UnitType.Pixel.")]
[CategoryAttribute("Image")]
public override Unit Width {get; set;}

Return Value

A Unit value. Defaults to 320 pixels.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Reference

GaugeContainer Class
GaugeContainer Members
Base Implementation in System.Web.UI.WebControls.WebControl
Height Property