Compartilhar via


Propriedade NumberFormatAttribute.MaxPrecision

Obtém o número máximo de casas decimais, manipuladas pelo editor de número.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Nullable<Int32>
Um inteiro que representa o número máximo de casas decimais são manipuladas pelo editor de número.

Segurança do .NET Framework

Consulte também

Referência

NumberFormatAttribute Classe

Namespace Microsoft.Windows.Design.PropertyEditing