Class Polygon
Inherited Members
Namespace: Mapsui.UI.Maui
Assembly: Mapsui.UI.Maui.dll
Syntax
public class Polygon : Drawable, IFeatureProvider, INotifyPropertyChanged
Constructors
| Edit this page View SourcePolygon()
Initializes a new instance of the Polygon class.
Declaration
public Polygon()
Properties
| Edit this page View SourceFillColor
Color to fill circle with
Declaration
public Color FillColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Holes
Holes contained by polygon
Declaration
public IList<Position[]> Holes { get; }
Property Value
Type | Description |
---|---|
IList<Position[]> |
Positions
Outer contour of polygon
Declaration
public IList<Position> Positions { get; }
Property Value
Type | Description |
---|---|
IList<Position> |
Methods
| Edit this page View SourceOnPropertyChanged(string?)
Declaration
protected override void OnPropertyChanged(string? propertyName = null)
Parameters
Type | Name | Description |
---|---|---|
string | propertyName |