Compartir a través de


NumberFormatAttribute.MaxPrecision (Propiedad)

Obtiene el número máximo de posiciones decimales controladas por el editor de números.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Nullable<Int32>
Un entero que representa el número máximo de posiciones decimales controladas por el editor de números.

Seguridad de .NET Framework

Vea también

Referencia

NumberFormatAttribute Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)