- Namespace
- MahApps
.Metro .Converters - 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["RadiusType"]
class Type type-node
Syntax
public enum RadiusType
Fields
| Name | Field Type | Constant Value | Summary |
|---|---|---|---|
| Bottom | RadiusType | 4 |
Ignore the radius of the bottom-left and bottom-right corner.
static
|
| BottomLeft | RadiusType | 8 |
Ignore the radius of the bottom-left corner.
static
|
| BottomRight | RadiusType | 7 |
Ignore the radius of the bottom-right corner.
static
|
| Left | RadiusType | 1 |
Ignore the radius of the top-left and bottom-left corner.
static
|
| None | RadiusType | 0 |
Use the radius of all corners.
static
|
| Right | RadiusType | 3 |
Ignore the radius of the top-right and bottom-right corner.
static
|
| Top | RadiusType | 2 |
Ignore the radius of the top-left and top-right corner.
static
|
| TopLeft | RadiusType | 5 |
Ignore the radius of the top-left corner.
static
|
| TopRight | RadiusType | 6 |
Ignore radius of the top-right corner.
static
|