NumberRangesAttribute.Maximum-Eigenschaft

Ruft die weiche 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 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>

Eigenschaftswert

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