Specifies the underline position of a TabControl.
- Namespace
- MahApps
.Metro .Controls - Interfaces
-
- IComparable
- ISpanFormattable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["ISpanFormattable"]
Type-.->Interface2["IFormattable"]
Type-.->Interface3["IConvertible"]
Type["UnderlinedType"]
class Type type-node
Syntax
public enum UnderlinedType
Fields
| Name | Field Type | Constant Value | Summary |
|---|---|---|---|
| None | UnderlinedType | 0 |
static
|
| SelectedTabItem | UnderlinedType | 2 |
static
|
| TabItems | UnderlinedType | 1 |
static
|
| TabPanel | UnderlinedType | 3 |
static
|