AxisToZoom Property (ImageZoomer)
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
'Declaration Public Property AxisToZoom As AxisToZoom
'Usage Dim instance As ImageZoomer Dim value As AxisToZoom instance.AxisToZoom = value value = instance.AxisToZoom
public AxisToZoom AxisToZoom {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