NumberRangesAttribute.Minimum-Eigenschaft

Ruft die weiche 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 Minimum As Nullable(Of Double)
    Get
public Nullable<double> Minimum { get; }
public:
property Nullable<double> Minimum {
    Nullable<double> get ();
}
member Minimum : Nullable<float>
function get Minimum () : Nullable<double>

Eigenschaftswert

Typ: System.Nullable<Double>
Ein double, der die weiche 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