ClassicBorderStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifics the type of Border to draw.
public enum class ClassicBorderStyle
public enum ClassicBorderStyle
type ClassicBorderStyle =
Public Enum ClassicBorderStyle
- Inheritance
Fields
Name | Value | Description |
---|---|---|
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 | |
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 | |
AltPressed | 15 | |
RadioButton | 16 | A RadioButton border. |