The XViewportMouseController..::.OptionFlags enumeration defines the mouse controller options.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[FlagsAttribute]
public enum OptionFlags

Members

Member nameDescription
None
None settings.
ForceControlKey
Suppose the key ControlKey is always pressed when working with the mouse.
ForceShiftKey
Suppose the key ShiftKey is always pressed when working with the mouse.
ZoomWhenCenter
Zooms to the object when centering.

See Also