Enum NumericInput which indicates what input is allowed for NumericUpdDown.
- 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["NumericInput"]
class Type type-node
Syntax
[Flags]
public enum NumericInput
Attributes
| Type | Description |
|---|---|
| FlagsAttribute |
Fields
| Name | Field Type | Constant Value | Summary |
|---|---|---|---|
| All | NumericInput | 6 |
All is allowed
static
|
| Decimal | NumericInput | 4 |
Numbers with decimal point and allowed scientific input
static
|
| Numbers | NumericInput | 2 |
Only numbers are allowed
static
|