Gets or sets the width of the border surrounding the
SuperPanel.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property BorderWidth As BorderWidth |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SuperPanel
Dim value As BorderWidth
instance.BorderWidth = value
value = instance.BorderWidth
|
| Delphi | |
|---|
public read-write property BorderWidth: BorderWidth; |
| JScript | |
|---|
public function get,set BorderWidth : BorderWidth |
| Managed Extensions for C++ | |
|---|
public: __property BorderWidth get_BorderWidth();
public: __property void set_BorderWidth(
BorderWidth value
); |
Return Value
A
BorderWidth value, this property determines the width of the border drawn on the surface of the
SuperPanel. The default value is
Thin.
Requirements
The
Border property specifies the style of the border. The
BorderColor property specifies the colour of the border.
See Also