|
MouseCameraControllerMouseWheelDistanceChangeFactor Property |
Gets or sets a double value that specifies a value that used when zooming with mouse wheel.
When zooming out the Camera's Distance or CameraWidth is multiplied with this value.
When zooming in the Camera's Distance or CameraWidth is divided with this value.
Default value is 1.05. Bigger value increases the speed of zooming with mouse wheel. The value should be bigger then 1.
Namespace: Ab3d.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public double MouseWheelDistanceChangeFactor { get; set; }
Property Value
DoubleSee Also