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


Determines the visual style when selecting a zoomed region. Options include box and cross hair. Box is more aesthetically pleasing and allows for rough selections. Cross hair is more accurate and shows the cross hair lines extending ot the axis to select a more accurate region for the zoom.

Syntax

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

See Also

© 2010 All Rights Reserved.