New to Telerik UI for WPFStart a free 30-day trial

Represents base class for map shape bindable wrappers.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public abstract class MapShapeBindableWrapper : Control

Inheritance: objectMapShapeBindableWrapper

Derived Classes: MapEllipseViewMapLineViewMapPathViewMapPolylineViewMapRectangleView

Constructors

C#
protected MapShapeBindableWrapper()

Fields

HighlightFillProperty

DependencyProperty

Identifies the HighlightFill dependency property.

C#
public static readonly DependencyProperty HighlightFillProperty

SelectedFillProperty

DependencyProperty

Identifies the SelectedFill dependency property.

C#
public static readonly DependencyProperty SelectedFillProperty

ShapeFillProperty

DependencyProperty

Identifies the ShapeFill dependency property.

C#
public static readonly DependencyProperty ShapeFillProperty

Properties

Gets or sets extended data.

C#
public ExtendedData ExtendedData { get; set; }

Gets or sets the highlight shape fill properties.

C#
public MapShapeFill HighlightFill { get; set; }

Gets or sets selected fill properties.

C#
public MapShapeFill SelectedFill { get; set; }

Gets or sets underlying map shape data object.

C#
public MapShapeData ShapeData { get; protected set; }

Gets or sets the shape fill properties.

C#
public MapShapeFill ShapeFill { get; set; }