Compartilhar via


Propriedade NumberIncrementsAttribute.LargeChange

Obtém o valor para um grande incremento.

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

Sintaxe

'Declaração
Public ReadOnly Property LargeChange As Nullable(Of Double)
    Get
public Nullable<double> LargeChange { get; }
public:
property Nullable<double> LargeChange {
    Nullable<double> get ();
}
member LargeChange : Nullable<float>
function get LargeChange () : Nullable<double>

Valor de propriedade

Tipo: System.Nullable<Double>
A double que representa um grande incremento.

Segurança do .NET Framework

Consulte também

Referência

NumberIncrementsAttribute Classe

Namespace Microsoft.Windows.Design.PropertyEditing