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
|
See Also