menu

UWP

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

    Show / Hide Table of Contents

    Class MapElement

    Represents the map shape element displayed on map control.

    Inheritance
    System.Object
    MapElement
    MapCircle
    MapPolygon
    MapPolyline
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.UWP.dll
    Syntax
    public abstract class MapElement : DependencyObject

    Constructors

    MapElement()

    Constructor for MapElement.

    Declaration
    public MapElement()

    Fields

    FillProperty

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

    StrokeProperty

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

    StrokeThicknessProperty

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

    Properties

    Fill

    Gets or sets the color used to fill the shape.

    Declaration
    public Brush Fill { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    Stroke

    Gets or sets the color used to draw the shape stroke.

    Declaration
    public Brush Stroke { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    StrokeThickness

    Gets or sets the width of the stroke line used to draw the shapes, in logical pixels.

    Declaration
    public double StrokeThickness { 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