Class MapCircle
Represents the circle shape displayed on the map control.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.UWP.dll
Syntax
public class MapCircle : MapElement
Constructors
MapCircle()
Constructor for MapCircle.
Declaration
public MapCircle()
Fields
CenterProperty
Using a DependencyProperty as the backing store for Center. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CenterProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
RadiusProperty
Using a DependencyProperty as the backing store for Radius. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty RadiusProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
Properties
Center
Gets or sets the point object that defines the center of the circle, in latitude and longitude
Declaration
public Point Center { get; set; }
Property Value
| Type |
|---|
| Windows.Foundation.Point |
Radius
Gets or sets the value that defines the radius of the circle.
Declaration
public double Radius { get; set; }
Property Value
| Type |
|---|
| System.Double |