MindFusion.Wpf Pack Programmer's Guide
Slider.IsDirectionReversed Property
See Also
 





Gets or sets a value indicating whether the displayed interval is reversed. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public bool IsDirectionReversed { get; set; }

Visual Basic  Copy Code

Public Property IsDirectionReversed As Boolean

 Property Value

true to reverse the slider direction; otherwise, false.

 See Also

Slider Members
Slider Class
MindFusion.UI.Wpf Namespace