Partager via


NumberFormatAttribute.Scale, propriété

Obtient le facteur d'échelle appliqué à la valeur affichée du nombre.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Nullable<Double>
Facteur d'échelle appliqué à la valeur affichée du nombre.

Sécurité .NET Framework

Voir aussi

Référence

NumberFormatAttribute Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms