WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapPolygon - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapPolygon

    Represents the polygon shape displayed on the map control.

    Inheritance
    System.Object
    MapElement
    MapPolygon
    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 MapPolygon : MapElement

    Constructors

    MapPolygon()

    Constructor for MapPolygon.

    Declaration
    public MapPolygon()

    Fields

    PointsProperty

    Declaration
    public static readonly DependencyProperty PointsProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Points

    Gets or sets the collection of geo-coordinate values that define the shapes.

    Declaration
    public ObservableCollection<Point> Points { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<System.Windows.Point>
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved