Gets or sets a value indicating whether the value should auto reverse when going below Minimum or above Maximum.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public bool AutoReverse { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property AutoReverse As Boolean |
Property Value
Type: Boolean true if the value should automatically reverse, otherwise false. Default value is false.
See Also
|