Class SvgMarkerElement
- Namespace
- Svg
- Assembly
- Svg.dll
Represents a path based element that can have markers.
public abstract class SvgMarkerElement : SvgPathBasedElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
- Inheritance
-
SvgMarkerElement
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
MarkerEnd
Gets or sets the marker (end cap) of the path.
public Uri MarkerEnd { get; set; }
Property Value
MarkerMid
Gets or sets the marker (mid points) of the path.
public Uri MarkerMid { get; set; }
Property Value
MarkerStart
Gets or sets the marker (start cap) of the path.
public Uri MarkerStart { get; set; }
Property Value
Methods
RenderStroke(ISvgRenderer)
Renders the stroke of the element to the specified ISvgRenderer. Includes rendering of all markers defined in attributes.
protected override bool RenderStroke(ISvgRenderer renderer)
Parameters
renderer
ISvgRendererThe ISvgRenderer object to render to.