The XViewportMouseController..::.OptionFlags enumeration defines the mouse controller options.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# |
|---|
[FlagsAttribute] public enum OptionFlags |
Members
| Member name | Description | |
|---|---|---|
| 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.
|