StandardTool3D.MousePanEnabled Property
Gets or sets a flag indicating if the user may pan the view by dragging the mouse while holding the left mouse button.
Thread safety: This property is not thread-safe and it should only be accessed from the GUI thread. Show
Syntax
public System.Boolean MousePanEnabled { get; set; }
Property Value
Type: System.Boolean
Default: true
True if mouse panning is enabled, False otherwise.
Default: true
True if mouse panning is enabled, False otherwise.
Platforms
Windows, Linux, Android