Redigera

Dela via


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

None 0

No border.

Raised 1

Used for Button elements in their normal state.

RaisedPressed 2

Used for Button elements in their pressed state.

RaisedFocused 3

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

Sunken 4

Used for ListBox, TextBox, and CheckBox.

Etched 5

Used for GroupBox.

HorizontalLine 6

Used for horizontal Separator.

VerticalLine 7

Used for vertical Separator.

TabRight 8

Used for TabItem.

TabTop 9

Used for TabItem.

TabLeft 10

Used for TabItem.

TabBottom 11

Used for TabItem.

ThinRaised 12

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

ThinPressed 13

Used for top level MenuItem in their pressed state.

AltRaised 14

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

AltPressed 15

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

RadioButton 16

A RadioButton border.

Applies to