|
|
|
BorderStyle Property, SoftelvdmUserControl Class |
Defines the border style of the control.
Syntax SoftelvdmUserControl Class (Softelvdm.Controls)
VB |
Public Property BorderStyle As BorderStyle |
C# |
public BorderStyle BorderStyle { get; set; } |
C++ |
public: property BorderStyle BorderStyle { |
Property Value
The border style.
BorderStyle |
Value |
Description |
None | 0 | No border. |
FixedSingle | 1 | A single-line border. |
Fixed3D | 2 | A three-dimensional border. |
The default value is BorderStyle.Fixed3D.
Comments
The BorderStyle property defines the border style of the control.
When the BorderStyle property is set to Fixed3D, the control has a sunken, three-dimensional appearance. To display a flat, thin border around the control, set the BorderStyle property to FixedSingle. To omit the control's border, set the BorderStyle property to BorderStyle.None.
SftTabs/NET 6.0: The BorderStyle property is available but should not be used as the control typically does not require a border.
Version Information
Supported in version 1.0.
Products Table