MapShapeStyle
Class
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
FillColor
Color
Gets or sets the fill color of the shape.
C#
public Color FillColor { get; set; }
StrokeColor
Color
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; }