Property InteractiveMode
- Namespace
- SharpVectors.Renderers.Wpf
- Assembly
- SharpVectors.Rendering.Wpf.dll
InteractiveMode
Gets or sets a value specifying the interactive mode of the target rendering.
public SvgInteractiveModes InteractiveMode { get; set; }
Property Value
- SvgInteractiveModes
An enumeration of the type SvgInteractiveModes specifying the interactive mode. The default is None, no interactivity.
Remarks
The interactive mode determine whether extra attributes are added to the individual rendered elements to make it easy to select or identity at runtime.