NumberFormatAttribute.Scale 属性

获取应用于数字显示值的小数位数。

命名空间:  Microsoft.Windows.Design.PropertyEditing
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
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>

属性值

类型:System.Nullable<Double>
应用于数字显示值的小数位数。

.NET Framework 安全性

请参见

参考

NumberFormatAttribute 类

Microsoft.Windows.Design.PropertyEditing 命名空间