 |
CameraNavigationCirclesAxisClickAnimationDuration Property |
Gets or sets a double value that specifies duration in seconds of the camera animation that is started when user clicks on axis circle.
When the value is 0, then camera change is immediate and not animated. When the value is less then 0, then plane clicking is disabled (but the
AxisClicked event is still triggered).
Default value is 0.3 seconds.
Namespace: Ab3d.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntaxpublic double AxisClickAnimationDuration { get; set; }
Property Value
Double
See Also