Show / Hide Table of Contents

    Class Polygon

    Inheritance
    System.Object
    Xamarin.Forms.BindableObject
    Drawable
    Polygon
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IFeatureProvider
    Inherited Members
    Drawable.LabelProperty
    Drawable.StrokeWidthProperty
    Drawable.StrokeColorProperty
    Drawable.MinVisibleProperty
    Drawable.MaxVisibleProperty
    Drawable.ZIndexProperty
    Drawable.IsClickableProperty
    Drawable.Label
    Drawable.StrokeWidth
    Drawable.StrokeColor
    Drawable.MinVisible
    Drawable.MaxVisible
    Drawable.ZIndex
    Drawable.IsClickable
    Drawable.Tag
    Drawable.Feature
    Drawable.Clicked
    Xamarin.Forms.BindableObject.BindingContextProperty
    Xamarin.Forms.BindableObject.ClearValue(Xamarin.Forms.BindableProperty)
    Xamarin.Forms.BindableObject.ClearValue(Xamarin.Forms.BindablePropertyKey)
    Xamarin.Forms.BindableObject.GetValue(Xamarin.Forms.BindableProperty)
    Xamarin.Forms.BindableObject.IsSet(Xamarin.Forms.BindableProperty)
    Xamarin.Forms.BindableObject.RemoveBinding(Xamarin.Forms.BindableProperty)
    Xamarin.Forms.BindableObject.SetBinding(Xamarin.Forms.BindableProperty, Xamarin.Forms.BindingBase)
    Xamarin.Forms.BindableObject.ApplyBindings()
    Xamarin.Forms.BindableObject.OnBindingContextChanged()
    Xamarin.Forms.BindableObject.OnPropertyChanging(System.String)
    Xamarin.Forms.BindableObject.UnapplyBindings()
    Xamarin.Forms.BindableObject.SetValue(Xamarin.Forms.BindableProperty, System.Object)
    Xamarin.Forms.BindableObject.SetValue(Xamarin.Forms.BindablePropertyKey, System.Object)
    Xamarin.Forms.BindableObject.CoerceValue(Xamarin.Forms.BindableProperty)
    Xamarin.Forms.BindableObject.CoerceValue(Xamarin.Forms.BindablePropertyKey)
    Xamarin.Forms.BindableObject.Dispatcher
    Xamarin.Forms.BindableObject.BindingContext
    Xamarin.Forms.BindableObject.PropertyChanged
    Xamarin.Forms.BindableObject.PropertyChanging
    Xamarin.Forms.BindableObject.BindingContextChanged
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.UI.Forms
    Assembly: Mapsui.UI.Forms.dll
    Syntax
    public class Polygon : Drawable, INotifyPropertyChanged, IDynamicResourceHandler, IClickable, IFeatureProvider

    Constructors

    | Improve this Doc View Source

    Polygon()

    Initializes a new instance of the Polygon class.

    Declaration
    public Polygon()

    Fields

    | Improve this Doc View Source

    FillColorProperty

    Declaration
    public static readonly BindableProperty FillColorProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    Properties

    | Improve this Doc View Source

    FillColor

    Color to fill circle with

    Declaration
    public Color FillColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color
    | Improve this Doc View Source

    Holes

    Holes contained by polygon

    Declaration
    public IList<Position[]> Holes { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<Position[]>
    | Improve this Doc View Source

    Positions

    Outer contour of polygon

    Declaration
    public IList<Position> Positions { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<Position>

    Methods

    | Improve this Doc View Source

    OnPropertyChanged(String)

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

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IFeatureProvider
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX