Class ScrollMode
Defines how a Time
Inheritance
System.Object
ScrollMode
Namespace: Telerik.Windows.Controls.TimeBar
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class ScrollMode : Enum
Fields
None
Scroll and zoom gestures are not handled.
Declaration
public const ScrollMode None
Field Value
ScrollAndZoom
Scroll and zoom gestures are handled.
Declaration
public const ScrollMode ScrollAndZoom
Field Value
ScrollOnly
value__
Declaration
public int value__
Field Value
System.
|