MouseWheelParameters.DeltaScale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates the change in scale associated with input from the wheel button of a mouse.
public:
property float DeltaScale { float get(); void set(float value); };
float DeltaScale();
void DeltaScale(float value);
public float DeltaScale { get; set; }
var single = mouseWheelParameters.deltaScale;
mouseWheelParameters.deltaScale = single;
Public Property DeltaScale As Single
Property Value
float
The relative change in scale, in degrees.
Remarks
DeltaScale maps a single notch (unitary rotation) of the wheel button to a scale multiplier or divider (for example, 1.1).
Rotating the wheel button forward or tilting it to the right results in a scale increase. Rotating backward or tilting to the left results in a scale decrease.