Class MapElement
Represents the map shape element displayed on map control.
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public abstract class MapElement : DependencyObject
Constructors
MapElement()
Constructor for MapElement.
Declaration
public MapElement()
Fields
FillProperty
Using a DependencyProperty as the backing store for Fill. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FillProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
StrokeProperty
Using a DependencyProperty as the backing store for Stroke. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
StrokeThicknessProperty
Using a DependencyProperty as the backing store for StrokeThickness. This enables animation, styling, binding, etc...
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
| Type |
|---|
| System.Double |