NumberFormatAttribute.MaxPrecision-Eigenschaft

Ruft die maximale Anzahl von Dezimalstellen ab, die vom Zahlen-Editor behandelt werden.

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>

Eigenschaftswert

Typ: System.Nullable<Int32>
Eine ganze Zahl, die die maximale Anzahl von Dezimalstellen darstellt, die vom Zahlen-Editor verarbeitet werden können.

.NET Framework-Sicherheit

Siehe auch

Referenz

NumberFormatAttribute Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace