DecimalPointCorrectionMode Enum

Namespace
MahApps.Metro.Controls
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["DecimalPointCorrectionMode"] class Type type-node

Syntax

public enum DecimalPointCorrectionMode

Fields

Name Constant Value Summary
Currency 2
Enable the decimal-point correction for currency numbers.
static
Inherits 0
(Default) No correction is applied, and any style inherited setting may influence the correction behavior.
static
Number 1
Enable the decimal-point correction for generic numbers.
static
Percent 3
Enable the decimal-point correction for percent-numbers.
static