Class MapShapeStyle
Defines the appearance of the shapes visualized by the ShapefileLayer.
Inheritance
System.Object
MapShapeStyle
Namespace: Telerik.Maui.Controls.Compatibility.Map
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class MapShapeStyle : Object
Constructors
MapShapeStyle()
Declaration
public MapShapeStyle()
Properties
FillColor
Gets or sets the fill color of the shape.
Declaration
public Color FillColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
StrokeColor
Gets or sets the stroke color of the shape.
Declaration
public Color StrokeColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
StrokeWidth
Gets or sets the stroke width of the shape.
Declaration
public double StrokeWidth { get; set; }
Property Value
System.Double
|