Dart.PowerWEB.TextBox Namespace > BaseStyle Class : BorderStyle Property (BaseStyle) |
Gets or sets the border style of the control.
[Visual Basic]
Public Property BorderStyle As BorderStyle
[C#]
public BorderStyle BorderStyle {get; set;}
[C++]
public: __property BorderStyle get_BorderStyle();
public: __property void set_BorderStyle(
BorderStyle value
);
[C++/CLI]
public:
property BorderStyle BorderStyle {
BorderStyle get();
void set (BorderStyle value);
}
One of the BorderStyle enumeration values. The default is NotSet.
Use the BorderStyle property to specify the border style for the control. This property is set using one of the BorderStyle enumeration values.
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.