See Also

HtmlBox Class  | HtmlBox Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

BorderWidth Property

Dart.PowerWEB.TextBox Namespace > HtmlBox Class : BorderWidth Property (HtmlBox)

Gets or sets the border width of the control

[Visual Basic]
<DefaultValueAttribute()> Overrides Public Property BorderWidth As Unit
[C#]
[DefaultValueAttribute()] public override Unit BorderWidth {get; set;}
[C++]
[DefaultValueAttribute()] public: __property Unit get_BorderWidth()override ; public: __property void set_BorderWidth(    Unit value )override ;
[C++/CLI]
[DefaultValueAttribute()] public: property Unit BorderWidth override {    Unit get();    void set (Unit value); }

Return Type

A Unit that represents the border width of the control. The default value is Unit.Empty, which indicates that this property is not set.

Remarks

Use the BorderWidth property to specify a border width for a control

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.