Class MapCircle
Represents the circle shape displayed on the map control.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class MapCircle : MapElement
Constructors
MapCircle()
Constructor for MapCircle.
Declaration
public MapCircle()
Fields
CenterProperty
Declaration
public static readonly DependencyProperty CenterProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
RadiusProperty
Declaration
public static readonly DependencyProperty RadiusProperty
Field Value
Type |
---|
System.Windows.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 |
---|
System.Windows.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 |