Class Circle
Assembly: Mapsui.UI.Maui.dll
Syntax
public class Circle : Drawable, IFeatureProvider, INotifyPropertyChanged
Constructors
|
Edit this page
View Source
Circle()
Declaration
Properties
|
Edit this page
View Source
Center
Declaration
public Position Center { get; set; }
Property Value
|
Edit this page
View Source
FillColor
Color to fill circle with
Declaration
public Color FillColor { get; set; }
Property Value
|
Edit this page
View Source
Quality
Quality for circle. Determines, how many points used to draw circle. 3 is poorest, 360 best quality.
Declaration
public double Quality { get; set; }
Property Value
|
Edit this page
View Source
Radius
Radius of circle in meters
Declaration
public Distance Radius { get; set; }
Property Value
Methods
|
Edit this page
View Source
OnPropertyChanged(string?)
Declaration
protected override void OnPropertyChanged(string? propertyName = null)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Overrides
Implements