共用方式為


NumberIncrementsAttribute.LargeChange 屬性

取得大型增量的值。

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
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>

屬性值

型別:System.Nullable<Double>
表示大型增量的 double。

.NET Framework 安全性

請參閱

參考

NumberIncrementsAttribute 類別

Microsoft.Windows.Design.PropertyEditing 命名空間