ZoomSettings(MouseButton, Int32, Boolean, zoomStyleType, Boolean, Double, Color, perspectiveFitType, Boolean, Int32, Boolean) Constructor

Standard constructor.
Public Sub New( _ 
ByVal mouseButton As MouseButton, _ 
ByVal keysStep As Integer, _ 
ByVal enabled As Boolean, _ 
ByVal mode As zoomStyleType, _ 
ByVal reverse As Boolean, _ 
ByVal speed As Double, _ 
ByVal boxColor As Color, _ 
ByVal perspectiveFitMode As perspectiveFitType, _ 
ByVal fitLabels As Boolean, _ 
ByVal fitMargin As Integer, _ 
ByVal borderXOR As Boolean
)
This language is not supported or no code example is available.
public ZoomSettings( 
MouseButton mouseButton
int keysStep
bool enabled
zoomStyleType mode
bool reverse
double speed
Color boxColor
perspectiveFitType perspectiveFitMode
bool fitLabels
int fitMargin
bool borderXOR 
)
This language is not supported or no code example is available.

Parameters

mouseButton
MouseButton

Zoom mouse button and modifier key

keysStep
int

Zoom by arrow keys step (in pixels)

enabled
bool

False to disable view zoom

mode
zoomStyleType

Zoom mode

reverse
bool

Zoom by mouse wheel direction

speed
double

Zoom speed

boxColor
Color

Color of the zoom window box

perspectiveFitMode
perspectiveFitType

Zoom fit accuracy in perspective projection mode

fitLabels
bool

Zoom fit mode for labels

fitMargin
int

Zoom fit margin

borderXOR
bool

When true the border is drawn in XOR, otherwise it is drawn according to the BoxColor.

.NET Framework

Supported in: 4.8

In this article

Definition