Share via


NumberFormatAttribute.Scale Property

Gets the scale factor that is applied to the displayed value of the number.

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

Syntax

'Declaration
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>

Property Value

Type: System.Nullable<Double>
A scale factor that is applied to the displayed value of the number.

.NET Framework Security

See Also

Reference

NumberFormatAttribute Class

Microsoft.Windows.Design.PropertyEditing Namespace