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 命名空间