CylinderTouchScrollSettings Property

Gets a TouchScrollSettings instance which contains the settings for Touch & Scroll functionality.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter")]
public TouchScrollSettings TouchScrollSettings { get; }

Property Value

TouchScrollSettings

Remarks

The Touch & Scroll functionality means that the user presses the mouse at the bottom of the Cylinder or at the top of the Cylinder and holds the mouse pressed to to scroll it downwards or upwards.

To make use of this functionality, you have to set the TouchAndScrollEnabled property to true.

See Also