Partager via


NumberFormatAttribute.MaxPrecision, propriété

Obtient le nombre maximal de nombres de décimales géré par l'éditeur de nombres.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Nullable<Int32>
Entier qui représente le nombre maximum de décimales gérées par l'éditeur de nombres.

Sécurité .NET Framework

Voir aussi

Référence

NumberFormatAttribute Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms