Class SvgMarkerElement
Represents a path based element that can have markers.
Inheritance
SvgMarkerElement
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
public abstract class SvgMarkerElement : SvgPathBasedElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
Properties
| Improve this Doc View SourceMarkerEnd
Gets or sets the marker (end cap) of the path.
Declaration
public Uri MarkerEnd { get; set; }
Property Value
| Type | Description |
|---|---|
| Uri |
MarkerMid
Gets or sets the marker (mid points) of the path.
Declaration
public Uri MarkerMid { get; set; }
Property Value
| Type | Description |
|---|---|
| Uri |
MarkerStart
Gets or sets the marker (start cap) of the path.
Declaration
public Uri MarkerStart { get; set; }
Property Value
| Type | Description |
|---|---|
| Uri |
Methods
| Improve this Doc View SourceRenderStroke(ISvgRenderer)
Renders the stroke of the element to the specified ISvgRenderer. Includes rendering of all markers defined in attributes.
Declaration
protected override bool RenderStroke(ISvgRenderer renderer)
Parameters
| Type | Name | Description |
|---|---|---|
| ISvgRenderer | renderer | The ISvgRenderer object to render to. |
Returns
| Type | Description |
|---|---|
| Boolean |