Class SimpleFill

SimpleFill class

Simple polygon symbolizer.

public class SimpleFill : VectorSymbolizer

Constructors

NameDescription
SimpleFill()Creates new instance.
SimpleFill(SimpleFill)Initializes a new instance of the SimpleFill class.

Properties

NameDescription
FeatureBasedConfiguration { get; set; }A callback that is used to configure this symbolizer before rendering a feature.
FillColor { get; set; }Specifies the color and transparency for filling.
FillStyle { get; set; }Specifies the fill style.
HorizontalOffset { get; set; }Specifies horizontal offset from a point location to the rendered shape.
StrokeColor { get; set; }Specifies the color and transparency given to the line.
StrokeDashOffset { get; set; }Specifies the distance from the start of a line to the beginning of a dash pattern.
StrokeDashPattern { get; set; }Specifies an array of distances that specifies the lengths of alternating dashes and spaces in dashed lines.
StrokeLineJoin { get; set; }Determines how lines are rendered at intersection of line segments.
StrokeStyle { get; set; }Specifies how the symbol lines should be drawn.
StrokeWidth { get; set; }Specifies the width of the line.
VerticalOffset { get; set; }Specifies vertical offset from a polygon location to the rendered shape.

Methods

NameDescription
Clone()Clones this instance.

See Also