Class
MapShapeStyle

Defines the appearance of the shapes visualized by the MapShapefileLayer.

Definition

Namespace:Telerik.Maui.Controls.Map

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class MapShapeStyle

Inheritance: objectMapShapeStyle

Constructors

MapShapeStyle()

Declaration

cs-api-definition
public MapShapeStyle()

Properties

FillColor

Gets or sets the fill color of the shape.

Declaration

cs-api-definition
public Color FillColor { get; set; }

Property Value

Color

StrokeColor

Gets or sets the stroke color of the shape.

Declaration

cs-api-definition
public Color StrokeColor { get; set; }

Property Value

Color

StrokeWidth

Gets or sets the stroke width of the shape.

Declaration

cs-api-definition
public double StrokeWidth { get; set; }

Property Value

double