Proprietà NumberFormatAttribute.Scale

Ottiene il fattore di scala applicato al valore visualizzato del numero.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Scale As Nullable(Of Double)
    Get
public Nullable<double> Scale { get; }
public:
property Nullable<double> Scale {
    Nullable<double> get ();
}
member Scale : Nullable<float>
function get Scale () : Nullable<double>

Valore proprietà

Tipo: System.Nullable<Double>
Fattore di scala applicato al valore visualizzato del numero.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

NumberFormatAttribute Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing