Share via


NumberFormatAttribute.MaxPrecision Property

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

See Also

Reference

NumberFormatAttribute Class

Microsoft.Windows.Design.PropertyEditing Namespace