- 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["DecimalPointCorrectionMode"]
class Type type-node
Syntax
public enum DecimalPointCorrectionMode
Fields
| Name | Field Type | Constant Value | Summary |
|---|---|---|---|
| Currency | Decimal |
2 |
Enable the decimal-point correction for currency numbers.
static
|
| Inherits | Decimal |
0 |
(Default) No correction is applied, and any style
inherited setting may influence the correction behavior.
static
|
| Number | Decimal |
1 |
Enable the decimal-point correction for generic numbers.
static
|
| Percent | Decimal |
3 |
Enable the decimal-point correction for percent-numbers.
static
|