Click or drag to resize
AB4D logo

EventManager3DIsManipulationEnabled Property

Gets or sets a boolean that specifies if Manipulation (touch based) events are enabled by this EventManager3D (this works only when .Net 4 or higher version of the library is used). Default valus is false.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public bool IsManipulationEnabled { get; set; }

Property Value

Boolean
See Also