[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgMarkerElement

SvgMarkerElement Class

Represents the 'marker' element.

Inheritance
SvgMarkerElement
Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public class SvgMarkerElement : SvgElement
Public Class SvgMarkerElement
    Inherits SvgElement

Constructors

Name Description
SvgMarkerElement()

Initializes a new instance of the SvgMarkerElement class.

Fields

Name Description
SvgName

Gets the SVG name of SvgMarkerElement.

Properties

Name Description
ElementName

Gets the SVG name of the current element.

MarkerHeight

Gets or sets the height of the SVG viewport into which the marker is to be fitted.

MarkerUnits

Gets or sets a value specifying the coordinate system for attributes 'markerWidth', 'markerHeight' and the contents of the 'marker'.

MarkerWidth

Gets or sets the width of the SVG viewport into which the marker is to be fitted.

OrientAngle

Gets or sets a value indicating how the marker is rotated when it is placed at its position on the shape.

PreserveAspectRatio

Gets or sets a value indicating how referenced objects should be fitted with respect to the reference rectangle.

RefX

Gets or sets the horizontal reference point of the symbol which is to be placed exactly at the symbol's x positioning coordinate.

RefY

Gets or sets the vertical reference point of the symbol which is to be placed exactly at the symbol's y positioning coordinate.

ViewBox

Gets or sets a rectangle in user space that should be mapped to the bounds of the SVG viewport established by the given element.