Skip to content

EditOverlayFeatureStyle

Namespace: ThinkGeo.UI.Blazor

Specifies how the features in a EditOverlayFeatureStyle are drawn at the client side.

public class EditOverlayFeatureStyle

Inheritance ObjectEditOverlayFeatureStyle

Properties

FillColor

Gets or sets a color used for painting the inside (fill) area of a shape.

public GeoColor FillColor { get; set; }

Property Value

GeoColor
A GeoColor object used for painting the inside (fill) area of a shape.

OutlineColor

Gets or sets a color used for drawing the border of a shape.

public GeoColor OutlineColor { get; set; }

Property Value

GeoColor
A GeoColor object used for drawing the border of a shape.

OutlineWidth

Gets or sets an integer value that indicates the border width of a shape.

public int OutlineWidth { get; set; }

Property Value

Int32
A number of pixels that indicates the border width.

Constructors

EditOverlayFeatureStyle()

Initializes a new instance of the FeatureOverlayFeatureStyle class.

public EditOverlayFeatureStyle()

EditOverlayFeatureStyle(GeoColor, GeoColor, Int32)

Initializes a new instance of the FeatureOverlayFeatureStyle class with fill color, outline color and outline width specified.

public EditOverlayFeatureStyle(GeoColor fillColor, GeoColor outlineColor, int outlineWidth)

Parameters

fillColor GeoColor

outlineColor GeoColor

outlineWidth Int32