Dart.PowerWEB.TextBox Namespace > BaseStyle Class : BorderWidth Property (BaseStyle) |
Gets or sets the border width of the control
[Visual Basic]
Public Property BorderWidth As Unit
[C#]
public Unit BorderWidth {get; set;}
[C++]
public: __property Unit get_BorderWidth();
public: __property void set_BorderWidth(
Unit value
);
A Unit that represents the border width of the control. The default value is Unit.Empty, which indicates that this property is not set.
Use the BorderWidth property to specify a border width for a control
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
BaseStyle Class | BaseStyle Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.