ICreate.Controls.Bars Send comments on this topic.
BorderWidth Property
See Also 
ICreate.Controls.Bars Namespace > SuperPanel Class : BorderWidth Property






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
C# 
public BorderWidth BorderWidth {get; set;}
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
);
C++/CLI 
public:
property BorderWidth BorderWidth {
   BorderWidth get();
   void set (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