NumberRangesAttribute.HardMaximum-Eigenschaft

Ruft die harte Grenze für den Höchstwert ab.

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

Syntax

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

Eigenschaftswert

Typ: System.Nullable<Double>
Ein double, der die harte Grenze für den Höchstwert darstellt, oder nullNULL-Verweis (Nothing in Visual Basic), wenn der Standardwert verwendet werden soll.

.NET Framework-Sicherheit

Siehe auch

Referenz

NumberRangesAttribute Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace