Dart.PowerWEB.TextBox Namespace > BaseStyle Class : BorderColor Property (BaseStyle) |
Gets or sets the border color of the control.
[Visual Basic]
Public Property BorderColor As Color
[C#]
public Color BorderColor {get; set;}
[C++]
public: __property Color get_BorderColor();
public: __property void set_BorderColor(
Color value
);
A System.Drawing.Color that represents the border color of the control. The default is Color.Empty, which indicates that this property is not set.
Use the BorderColor property to specify the border color of the control. This property is set using a System.Drawing.Color object.
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.