WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapCircle - WPF 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.FillProperty
    MapElement.StrokeProperty
    MapElement.StrokeThicknessProperty
    MapElement.Fill
    MapElement.Stroke
    MapElement.StrokeThickness
    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 Description
    System.Windows.DependencyProperty

    RadiusProperty

    Declaration
    public static readonly DependencyProperty RadiusProperty
    Field Value
    Type Description
    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 Description
    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 Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved