Gets or sets whether the sliders are allowed to pass each other (i.e. the second slider value is allowed to be lower than the first slider value). This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool AllowOverlap { get; set; }
Visual Basic
Public Property AllowOverlap As Boolean
	Get
	Set
Visual C++
public:
property bool AllowOverlap {
	bool get ();
	void set (bool value);
}

See Also