Proprietà NumberFormatAttribute.MaxPrecision

Ottiene il numero massimo di posizioni decimali gestite dall'editor dei numeri.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MaxPrecision As Nullable(Of Integer)
    Get
public Nullable<int> MaxPrecision { get; }
public:
property Nullable<int> MaxPrecision {
    Nullable<int> get ();
}
member MaxPrecision : Nullable<int>
function get MaxPrecision () : Nullable<int>

Valore proprietà

Tipo: System.Nullable<Int32>
Integer che rappresenta il numero massimo di posizioni decimali gestite dall'editor dei numeri.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

NumberFormatAttribute Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing