dotnetCHARTING Send comments on this topic.
ScrollType Property
See Also 
dotnetCHARTING.Zoomer Namespace > ImageZoomer Class : ScrollType Property


Gets or sets a value that determines the scrolling type with options including drag (click / drag), scroll (using scroll bars / arrows) or both.

Syntax

Visual Basic (Declaration) 
Public Property ScrollType As ScrollType
Visual Basic (Usage)Copy Code
Dim instance As ImageZoomer
Dim value As ScrollType
 
instance.ScrollType = value
 
value = instance.ScrollType
C# 
public ScrollType ScrollType {get; set;}

See Also

© 2010 All Rights Reserved.