Class MarkerPatternFill
Contents
[
Hide
]MarkerPatternFill class
Marker pattern fill symbolizer.
public class MarkerPatternFill : VectorSymbolizer
Constructors
Name | Description |
---|---|
MarkerPatternFill() | Initializes a new instance of the MarkerPatternFill class. |
MarkerPatternFill(MarkerPatternFill) | Initializes a new instance of the MarkerPatternFill class. |
Properties
Name | Description |
---|---|
FeatureBasedConfiguration { get; set; } | A callback that is used to configure this symbolizer before rendering a feature. |
HorizontalDisplacement { get; set; } | Specifies the horizontal offset for markers in even horizontal line. |
HorizontalInterval { get; set; } | Specifies the horizontal interval between markers. |
Marker { get; set; } | Specifies the marker symbolizer for filling. |
VerticalDisplacement { get; set; } | Specifies the vertical offset for markers in even vertical line. |
VerticalInterval { get; set; } | Specifies the vertical interval between markers. |
See Also
- class VectorSymbolizer
- namespace Aspose.Gis.Rendering.Symbolizers
- assembly Aspose.GIS