UserControl::BorderStyle Property
.NET Framework (current version)
Gets or sets the border style of the user control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(true)] property BorderStyle BorderStyle { BorderStyle get(); void set(BorderStyle value); }
Property Value
Type: System.Windows.Forms::BorderStyleOne of the BorderStyle values. The default is Fixed3D.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The assigned value is not one of the BorderStyle values. |
When the BorderStyle property is set to Fixed3D, the control has a sunken, three-dimensional appearance. To display a flat, thin border, set the BorderStyle property to FixedSingle.
.NET Framework
Available since 2.0
Available since 2.0
Show: