BorderType Enumeration

 

Specifies the border type of a visual style element with a filled-border background.

Namespace:   System.Windows.Forms.VisualStyles
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public enum class BorderType

Member nameDescription
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
Return to top
Show: