Enum SvgInteractiveModes
- Namespace
- SharpVectors.Runtime
- Assembly
- SharpVectors.Runtime.Wpf.dll
A value specifying the type of interactivity to be supported by the conversion process and controls.
In the conversion process, more information are added to make the interactivity defined possible, and might be unnecessary overhead where no interactivity is needed.
In the rendering process at the control level, keyboard and mouse operations are monitored to support interactivities.
public enum SvgInteractiveModes
Fields
None = 0
A value specifying no interactivity.
Standard = 1
A value specifying the default or standard interactivity per the SVG specifications.
Advanced = 2
A value specifying extra or custom interactivity features.