Class SvgMarkerElement
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
public sealed class SvgMarkerElement : SvgStyleableElement, ICloneable, IEnumerable, IXPathNavigable, IEventTargetSupport, IEventTarget, IElementCssInlineStyle, ISvgMarkerElement, ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgLangSpace, ISvgExternalResourcesRequired, ISvgStylable, ISvgFitToViewBox
- Inheritance
-
SvgMarkerElement
- Implements
- Inherited Members
Constructors
Properties
- ExternalResourcesRequired
Corresponds to attribute externalResourcesRequired on the given element.
- IsRenderable
Gets a value indicating whether this SVG element is renderable.
- MarkerHeight
Corresponds to attribute markerHeight on the given 'marker' element.
- MarkerUnits
Corresponds to attribute markerUnits on the given 'marker' element.
- MarkerWidth
Corresponds to attribute markerWidth on the given 'marker' element
- OrientAngle
Corresponds to attribute orient on the given 'marker' element. If markerUnits is SVG_MARKER_ORIENT_ANGLE, the angle value for attribute orient; otherwise, it will be set to zero.
- OrientType
Corresponds to attribute orient on the given 'marker' element. One of the Marker Orientation Types defined above.
- RefX
Corresponds to attribute refX on the given 'marker' element.
- RefY
Corresponds to attribute refY on the given 'marker' element.
- RenderingHint
Gets a value providing a hint on the rendering defined by this element.
Methods
- SetOrientToAngle(ISvgAngle)
Sets the value of attribute orient to the given angle.
- SetOrientToAuto()
Sets the value of attribute orient to 'auto'.