Class MarkerLine

MarkerLine class

Marker line symbolizer.

public class MarkerLine : VectorSymbolizer

Constructors

NameDescription
MarkerLine()Initializes a new instance of the MarkerLine class.
MarkerLine(MarkerLine)Initializes a new instance of the MarkerLine class.

Properties

NameDescription
FeatureBasedConfiguration { get; set; }A callback that is used to configure this symbolizer before rendering a feature.
Interval { get; set; }Specifies the interval between markers along the line.
Marker { get; set; }Specifies the marker symbolizer along the line.
Offset { get; set; }Specifies offset from the original line. For positive distance the offset will be at the left side of the input line (relative to the line direction). For a negative distance it will be at the right side.
OffsetAlongLine { get; set; }Specifies the offset along the line for the first marker.
RotateMarkers { get; set; }Specifies whether markers should be rotated along the line.

See Also