共用方式為


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