Gets or sets the mode used to validate the range between Minimum and Maximum.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public RangeValidationMode RangeValidationMode { get; set; }
Visual Basic
Public Property RangeValidationMode As RangeValidationMode
	Get
	Set
XAML Attribute Usage
<object RangeValidationMode="RangeValidationMode" .../>

See Also