- Namespace
- MahApps
.Metro .Converters - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["RadiusType"]
class Type type-node
Syntax
public enum RadiusType
Fields
Name | Constant Value | Summary |
---|---|---|
Bottom | 4 |
Ignore the radius of the bottom-left and bottom-right corner.
static
|
BottomLeft | 8 |
Ignore the radius of the bottom-left corner.
static
|
BottomRight | 7 |
Ignore the radius of the bottom-right corner.
static
|
Left | 1 |
Ignore the radius of the top-left and bottom-left corner.
static
|
None | 0 |
Use the radius of all corners.
static
|
Right | 3 |
Ignore the radius of the top-right and bottom-right corner.
static
|
Top | 2 |
Ignore the radius of the top-left and top-right corner.
static
|
TopLeft | 5 |
Ignore the radius of the top-left corner.
static
|
TopRight | 6 |
Ignore radius of the top-right corner.
static
|