Compartir a través de


NumberRangesAttribute.Maximum (Propiedad)

Obtenga el límite flexible en el valor máximo.

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

Sintaxis

'Declaración
Public ReadOnly Property Maximum As Nullable(Of Double)
    Get
public Nullable<double> Maximum { get; }
public:
property Nullable<double> Maximum {
    Nullable<double> get ();
}
member Maximum : Nullable<float>
function get Maximum () : Nullable<double>

Valor de propiedad

Tipo: System.Nullable<Double>
Valor double que representa el límite flexible en el valor máximo o nullreferencia null (Nothing en Visual Basic) para usar el valor predeterminado.

Seguridad de .NET Framework

Vea también

Referencia

NumberRangesAttribute Clase

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