Compartir a través de


NumberFormatAttribute.Scale (Propiedad)

Obtiene el factor de escala que se aplica al valor mostrado del número.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

Tipo: System.Nullable<Double>
Un factor de escala que se aplica al valor mostrado del número.

Seguridad de .NET Framework

Vea también

Referencia

NumberFormatAttribute Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)