Share via


NumberRangesAttribute.HardMinimum Property

Get the hard limit on the minimum value.

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>

Property Value

Type: System.Nullable<Double>
A double that represents the hard limit on the minimum 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