TdxCustomRangeControl.Animation Property
Specifies if animation effects are enabled in the range control.
Declaration
property Animation: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
If this property is set to True, range selection move operations are animated in the range control. Otherwise, all visual changes are immediately applied to the range control, without playing an animation:
Value | Example |
---|---|
True | |
False |
The default value of the Animation property is True.
See Also