Property ScrollZoomFactor
ScrollZoomFactor
Gets or sets the scale sensitivity for mouse scroll-wheel zoom.
public float ScrollZoomFactor { get; set; }
Property Value
- float
A multiplier applied to each scroll tick's Delta.Y to compute the scale change. The default is
0.1. Must be positive.
Exceptions
- ArgumentOutOfRangeException
valueis zero or negative.