Class MarkerLine
Contents
[
Hide
]MarkerLine class
Marker line symbolizer.
public class MarkerLine : VectorSymbolizer
Constructors
Name | Description |
---|---|
MarkerLine() | Initializes a new instance of the MarkerLine class. |
MarkerLine(MarkerLine) | Initializes a new instance of the MarkerLine class. |
Properties
Name | Description |
---|---|
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
- class VectorSymbolizer
- namespace Aspose.Gis.Rendering.Symbolizers
- assembly Aspose.GIS