Class MapElement
Represents the map shape element displayed on map control.
Inheritance
System.Object
MapElement
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public abstract class MapElement : DependencyObject
Constructors
MapElement()
Declaration
Fields
FillProperty
Declaration
public static readonly DependencyProperty FillProperty
Field Value
Type |
System.Windows.DependencyProperty |
StrokeProperty
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
Type |
System.Windows.DependencyProperty |
StrokeThicknessProperty
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Fill
Gets or sets the color used to fill the shape.
Declaration
public Brush Fill { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Stroke
Gets or sets the color used to draw the shape stroke.
Declaration
public Brush Stroke { get; set; }
Property Value
Type |
System.Windows.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