UtilTweakingWheelscrollChars Property

Gets or sets the number of characters to scroll when the horizontal mouse wheel is moved.

Definition

Namespace: DevCase.Core.Windows.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static int WheelscrollChars { get; set; }

Property Value

Int32
The number of characters to scroll when the horizontal mouse wheel is moved.

Exceptions

Win32Exception
ArgumentException Value should be between 0 and 2147483647;value

See Also