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.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool AllowOverlap { get; set; }
Visual Basic (Declaration)
Public Property AllowOverlap As Boolean

See Also