Dart.PowerWEB.TextBox Namespace > HtmlBox Class : Width Property (HtmlBox) |
Gets or sets the width of the control.
[Visual Basic]
<DefaultValueAttribute()>
Overrides Public Property Width As Unit
[C#]
[DefaultValueAttribute()]
public override Unit Width {get; set;}
[C++]
[DefaultValueAttribute()]
public: __property Unit get_Width()override ;
public: __property void set_Width(
Unit value
)override ;
[C++/CLI]
[DefaultValueAttribute()]
public:
property Unit Width override {
Unit get();
void set (Unit value);
}
A Unit that represents the width of the control. The default is Unit.Empty.
Use the Width property to specify the width of the control
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.