NumberRangesAttribute.HardMinimum-Eigenschaft

Ruft die harte Grenze für den Mindestwert ab.

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

Syntax

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

Eigenschaftswert

Typ: System.Nullable<Double>
Ein double, der die harte Grenze für den Mindestwert 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