Compartilhar via


Propriedade NumberFormatAttribute.Scale

Obtém o fator de escala é aplicado ao valor do número exibido.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Nullable<Double>
Um fator de escala é aplicado ao valor do número exibido.

Segurança do .NET Framework

Consulte também

Referência

NumberFormatAttribute Classe

Namespace Microsoft.Windows.Design.PropertyEditing