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 maximum number of decimal places handled by the number editor.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property MaxPrecision As Nullable(Of Integer)
Get
public Nullable<int> MaxPrecision { get; }
public:
property Nullable<int> MaxPrecision {
Nullable<int> get ();
}
member MaxPrecision : Nullable<int>
function get MaxPrecision () : Nullable<int>
Property Value
Type: System.Nullable<Int32>
An integer that represents the maximum number of decimal places handled by the number editor.
.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.