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
SyntaxC#
Copy Code
|
|---|
public bool IsDirectionReversed { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsDirectionReversed As Boolean |
true to reverse the slider direction; otherwise, false.
See Also