Share via


NumberRangesAttribute.CanBeAuto Property

Gets a value that indicates whether the range can be set automatically.

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

Syntax

'Declaration
Public ReadOnly Property CanBeAuto As Nullable(Of Boolean)
    Get
public Nullable<bool> CanBeAuto { get; }
public:
property Nullable<bool> CanBeAuto {
    Nullable<bool> get ();
}
member CanBeAuto : Nullable<bool>
function get CanBeAuto () : Nullable<boolean>

Property Value

Type: System.Nullable<Boolean>
true if the range can be set automatically; otherwise, false.

.NET Framework Security

See Also

Reference

NumberRangesAttribute Class

Microsoft.Windows.Design.PropertyEditing Namespace