PanSettings(MouseButton, Int32, Boolean) Constructor

Standard constructor.
Public Sub New( _ 
ByVal mouseButton As MouseButton, _ 
ByVal keysStep As Integer, _ 
ByVal enabled As Boolean
)
This language is not supported or no code example is available.
public PanSettings( 
MouseButton mouseButton
int keysStep
bool enabled 
)
This language is not supported or no code example is available.

Parameters

mouseButton
MouseButton

Pan mouse button and modifier key

keysStep
int

Pan by arrow keys step (in pixels)

enabled
bool

False to disable view pan

.NET Framework

Supported in: 4.8

In this article

Definition