MouseWheelParameters.DeltaRotationAngle 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 the angle of rotation associated with input from the wheel button of a mouse.
public:
property float DeltaRotationAngle { float get(); void set(float value); };
float DeltaRotationAngle();
void DeltaRotationAngle(float value);
public float DeltaRotationAngle { get; set; }
var single = mouseWheelParameters.deltaRotationAngle;
mouseWheelParameters.deltaRotationAngle = single;
Public Property DeltaRotationAngle As Single
Property Value
float
A value between 0.0 and 359.0 in degrees of rotation. The default value is 0.0.
Remarks
DeltaRotationAngle maps a single detent to the specified angle.
Rotating the wheel button forward or tilting it to the right results in a clockwise rotation. Rotating backward or tilting to the left results in a counter-clockwise rotation.