Gets or sets a value that indicates the zooming direction. Options include Both
(can select any arbitrary bounding box to zoom to), XAxis (select a specific x axis
region only, y axis is fixed to the maximum extent) , YAxis (select a specific y axis
region only, x axis is fixed to the maximum extent)
Syntax
Visual Basic (Declaration) | |
---|
Public Property AxisToZoom As AxisToZoom |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImageZoomer
Dim value As AxisToZoom
instance.AxisToZoom = value
value = instance.AxisToZoom
|
See Also