BorderType Enumeration
.NET Framework (current version)
Specifies the border type of a visual style element with a filled-border background.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Ellipse | An elliptical border. | |
| Rectangle | A rectangular border. | |
| RoundedRectangle | A rectangular border with rounded corners. |
The BorderType values represent the return values of the GetEnumValue method when it is called with an argument value of EnumProperty::BorderType.
.NET Framework
Available since 2.0
Available since 2.0
Show: