Class MapShapeBindableWrapper
Represents base class for map shape bindable wrappers.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class MapShapeBindableWrapper : Control
Remarks
Bindable wrappers are designed to be used from XAML as direct children of visualization layer or in the data templates.
Constructors
MapShapeBindableWrapper()
Declaration
protected MapShapeBindableWrapper()
Fields
HighlightFillProperty
Identifies the HighlightFill dependency property.
Declaration
public static readonly DependencyProperty HighlightFillProperty
Field Value
System.Windows.DependencyProperty
|
SelectedFillProperty
Identifies the SelectedFill dependency property.
Declaration
public static readonly DependencyProperty SelectedFillProperty
Field Value
System.Windows.DependencyProperty
|
ShapeFillProperty
Identifies the ShapeFill dependency property.
Declaration
public static readonly DependencyProperty ShapeFillProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ExtendedData
Gets or sets extended data.
Declaration
public ExtendedData ExtendedData { get; set; }
Property Value
ExtendedData
|
HighlightFill
Gets or sets the highlight shape fill properties.
Declaration
public MapShapeFill HighlightFill { get; set; }
Property Value
MapShapeFill
|
SelectedFill
Gets or sets selected fill properties.
Declaration
public MapShapeFill SelectedFill { get; set; }
Property Value
MapShapeFill
|
ShapeData
Gets or sets underlying map shape data object.
Declaration
public MapShapeData ShapeData { get; protected set; }
Property Value
MapShapeData
|
ShapeFill
Gets or sets the shape fill properties.
Declaration
public MapShapeFill ShapeFill { get; set; }
Property Value
MapShapeFill
|