menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapCircle - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapCircle

    Represents the circle shape displayed on the map control.

    Inheritance
    System.Object
    MapElement
    MapCircle
    Inherited Members
    MapElement.Fill
    MapElement.FillProperty
    MapElement.Stroke
    MapElement.StrokeProperty
    MapElement.StrokeThickness
    MapElement.StrokeThicknessProperty
    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

    Declaration
    public static readonly DependencyProperty CenterProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    RadiusProperty

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved