Share via


NumberRangesAttribute.Maximum Property

Get the soft limit on the maximum value.

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>

Property Value

Type: System.Nullable<Double>
A double that represents the soft limit on the maximum value, or nulla null reference (Nothing in Visual Basic) to use the default value.

.NET Framework Security

See Also

Reference

NumberRangesAttribute Class

Microsoft.Windows.Design.PropertyEditing Namespace