ClassicBorderStyle Enum

Definition

Specifics the type of Border to draw.

public enum class ClassicBorderStyle
public enum ClassicBorderStyle
type ClassicBorderStyle = 
Public Enum ClassicBorderStyle
Inheritance
ClassicBorderStyle

Fields

AltPressed 15

Used for the Thumb on a ScrollBar in their pressed state.

AltRaised 14

Used for the Thumb on a ScrollBar in a normal state.

Etched 5

Used for GroupBox.

HorizontalLine 6

Used for horizontal Separator.

None 0

No border.

RadioButton 16

A RadioButton border.

Raised 1

Used for Button elements in their normal state.

RaisedFocused 3

Used for Button elements that have keyboard focus or are the default Button.

RaisedPressed 2

Used for Button elements in their pressed state.

Sunken 4

Used for ListBox, TextBox, and CheckBox.

TabBottom 11

Used for TabItem.

TabLeft 10

Used for TabItem.

TabRight 8

Used for TabItem.

TabTop 9

Used for TabItem.

ThinPressed 13

Used for top level MenuItem in their pressed state.

ThinRaised 12

Used for top level MenuItem when the mouse or other input device is hovering over them.

VerticalLine 7

Used for vertical Separator.

Applies to