New to Telerik UI for .NET MAUIStart a free 30-day trial

Defines the appearance of the shapes visualized by the MapShapefileLayer.

Definition

Namespace:Telerik.Maui.Controls.Map

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class MapShapeStyle

Inheritance: objectMapShapeStyle

Constructors

C#
public MapShapeStyle()

Properties

Gets or sets the fill color of the shape.

C#
public Color FillColor { get; set; }

Gets or sets the stroke color of the shape.

C#
public Color StrokeColor { get; set; }

Gets or sets the stroke width of the shape.

C#
public double StrokeWidth { get; set; }