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
'Declaration Public Property SelectionStyle As SelectionStyle
'Usage Dim instance As ImageZoomer Dim value As SelectionStyle instance.SelectionStyle = value value = instance.SelectionStyle
public SelectionStyle SelectionStyle {get; set;}
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also