ClassMapShapeBindableWrapper
Represents base class for map shape bindable wrappers.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public abstract class MapShapeBindableWrapper : Control
Inheritance: objectMapShapeBindableWrapper
Derived Classes:
Constructors
MapShapeBindableWrapper()
Declaration
protected MapShapeBindableWrapper()
Fields
HighlightFillProperty
Identifies the HighlightFill dependency property.
Declaration
public static readonly DependencyProperty HighlightFillProperty
Field Value
DependencyProperty
SelectedFillProperty
Identifies the SelectedFill dependency property.
Declaration
public static readonly DependencyProperty SelectedFillProperty
Field Value
DependencyProperty
ShapeFillProperty
Identifies the ShapeFill dependency property.
Declaration
public static readonly DependencyProperty ShapeFillProperty
Field Value
DependencyProperty
Properties
ExtendedData
Gets or sets extended data.
Declaration
public ExtendedData ExtendedData { get; set; }
Property Value
HighlightFill
Gets or sets the highlight shape fill properties.
Declaration
public MapShapeFill HighlightFill { get; set; }
Property Value
SelectedFill
Gets or sets selected fill properties.
Declaration
public MapShapeFill SelectedFill { get; set; }
Property Value
ShapeData
Gets or sets underlying map shape data object.
Declaration
public MapShapeData ShapeData { get; protected set; }
Property Value
ShapeFill
Gets or sets the shape fill properties.
Declaration
public MapShapeFill ShapeFill { get; set; }
Property Value