Property Handler
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
Handler
Allows an application to register a path handler.
If the application does not register a handler, all events reported by the parser will be silently ignored.
Applications may register a new or different handler in the middle of a parse, and the parser must begin using the new handler immediately.
public virtual ISvgPathHandler Handler { get; set; }
Property Value
- ISvgPathHandler
The transform list handler.