System.Windows.Forms.VisualStyles.BorderType Enumeration

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

Syntax

public enum BorderType

Remarks

The System.Windows.Forms.VisualStyles.BorderType values represent the return values of the VisualStyleRenderer.GetEnumValue(EnumProperty) method when it is called with an argument value of EnumProperty.BorderType.

Members

Member NameDescription
Ellipse

An elliptical border.

Rectangle

A rectangular border.

RoundedRectangle

A rectangular border with rounded corners.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0