Search Results for

    Show / Hide Table of Contents

    Class Circle

    Inheritance
    object
    Drawable
    Circle
    Implements
    IFeatureProvider
    INotifyPropertyChanged
    Inherited Members
    Drawable.Label
    Drawable.StrokeWidth
    Drawable.StrokeColor
    Drawable.MinVisible
    Drawable.MaxVisible
    Drawable.ZIndex
    Drawable.IsClickable
    Drawable.Tag
    Drawable.Feature
    Drawable.Clicked
    Drawable.PropertyChanged
    Drawable.SetField<T>(ref T, T, string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.UI.Maui
    Assembly: Mapsui.UI.Maui.dll
    Syntax
    public class Circle : Drawable, IFeatureProvider, INotifyPropertyChanged

    Constructors

    | Edit this page View Source

    Circle()

    Declaration
    public Circle()

    Properties

    | Edit this page View Source

    Center

    Center of circle

    Declaration
    public Position Center { get; set; }
    Property Value
    Type Description
    Position
    | Edit this page View Source

    FillColor

    Color to fill circle with

    Declaration
    public Color FillColor { get; set; }
    Property Value
    Type Description
    Color
    | 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
    Type Description
    double
    | Edit this page View Source

    Radius

    Radius of circle in meters

    Declaration
    public Distance Radius { get; set; }
    Property Value
    Type Description
    Distance

    Methods

    | Edit this page View Source

    OnPropertyChanged(string?)

    Declaration
    protected override void OnPropertyChanged(string? propertyName = null)
    Parameters
    Type Name Description
    string propertyName
    Overrides
    Drawable.OnPropertyChanged(string?)

    Implements

    IFeatureProvider
    INotifyPropertyChanged
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX