Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.