Class Circle
Inherited Members
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 Circle : Drawable, INotifyPropertyChanged, IDynamicResourceHandler, IClickable, IFeatureProvider
Constructors
| Improve this Doc View SourceCircle()
Declaration
public Circle()
Fields
| Improve this Doc View SourceCenterProperty
Declaration
public static readonly BindableProperty CenterProperty
Field Value
Type | Description |
---|---|
Xamarin.Forms.BindableProperty |
FillColorProperty
Declaration
public static readonly BindableProperty FillColorProperty
Field Value
Type | Description |
---|---|
Xamarin.Forms.BindableProperty |
QualityProperty
Declaration
public static readonly BindableProperty QualityProperty
Field Value
Type | Description |
---|---|
Xamarin.Forms.BindableProperty |
RadiusProperty
Declaration
public static readonly BindableProperty RadiusProperty
Field Value
Type | Description |
---|---|
Xamarin.Forms.BindableProperty |
Properties
| Improve this Doc View SourceCenter
Center of circle
Declaration
public Position Center { get; set; }
Property Value
Type | Description |
---|---|
Position |
FillColor
Color to fill circle with
Declaration
public Color FillColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color |
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 |
---|---|
System.Double |
Radius
Radius of circle in meters
Declaration
public Distance Radius { get; set; }
Property Value
Type | Description |
---|---|
Distance |
Methods
| Improve this Doc View SourceOnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName |
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged