Class
MapShapeBindableWrapper

Represents base class for map shape bindable wrappers.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public abstract class MapShapeBindableWrapper : Control

Inheritance: objectMapShapeBindableWrapper

Derived Classes: MapEllipseViewMapLineViewMapPathViewMapPolylineViewMapRectangleView

Constructors

MapShapeBindableWrapper()

Declaration

cs-api-definition
protected MapShapeBindableWrapper()

Fields

HighlightFillProperty

Identifies the HighlightFill dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HighlightFillProperty

Field Value

DependencyProperty

SelectedFillProperty

Identifies the SelectedFill dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedFillProperty

Field Value

DependencyProperty

ShapeFillProperty

Identifies the ShapeFill dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ShapeFillProperty

Field Value

DependencyProperty

Properties

ExtendedData

Gets or sets extended data.

Declaration

cs-api-definition
public ExtendedData ExtendedData { get; set; }

Property Value

ExtendedData

HighlightFill

Gets or sets the highlight shape fill properties.

Declaration

cs-api-definition
public MapShapeFill HighlightFill { get; set; }

Property Value

MapShapeFill

SelectedFill

Gets or sets selected fill properties.

Declaration

cs-api-definition
public MapShapeFill SelectedFill { get; set; }

Property Value

MapShapeFill

ShapeData

Gets or sets underlying map shape data object.

Declaration

cs-api-definition
public MapShapeData ShapeData { get; protected set; }

Property Value

MapShapeData

ShapeFill

Gets or sets the shape fill properties.

Declaration

cs-api-definition
public MapShapeFill ShapeFill { get; set; }

Property Value

MapShapeFill