Gets or sets a value indicating whether the value should auto reverse when going below Minimum or above Maximum. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public bool AutoReverse { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoReverse As Boolean |
true to enable automatic reversal; otherwise, false.
See Also