ClassMapLegendCanvasItem
Represents single information block on map legend. This class is designed for internal use.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class MapLegendCanvasItem : Control
Inheritance: objectMapLegendCanvasItem
Constructors
MapLegendCanvasItem()
Initializes a new instance of the MapLegendCanvasItem class.
Declaration
public MapLegendCanvasItem()
Fields
FillProperty
Identifies the Fill dependency property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
DependencyProperty
MarkerHeightProperty
Identifies the MarkerHeight dependency property.
Declaration
public static readonly DependencyProperty MarkerHeightProperty
Field Value
DependencyProperty
MarkerWidthProperty
Identifies the MarkerWidth dependency property.
Declaration
public static readonly DependencyProperty MarkerWidthProperty
Field Value
DependencyProperty
MaxProperty
Identifies the Max dependency property.
Declaration
public static readonly DependencyProperty MaxProperty
Field Value
DependencyProperty
MinProperty
Identifies the Min dependency property.
Declaration
public static readonly DependencyProperty MinProperty
Field Value
DependencyProperty
RadiusXProperty
Identifies the RadiusX dependency property.
Declaration
public static readonly DependencyProperty RadiusXProperty
Field Value
DependencyProperty
RadiusYProperty
Identifies the RadiusY dependency property.
Declaration
public static readonly DependencyProperty RadiusYProperty
Field Value
DependencyProperty
StrokeProperty
Identifies the Stroke dependency property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
DependencyProperty
StrokeThicknessProperty
Identifies the StrokeThickness dependency property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
DependencyProperty
Properties
Fill
Gets or sets the Brush that specifies how the shape's interior is painted.
Declaration
public Brush Fill { get; set; }
Property Value
Brush
MarkerHeight
Gets or sets the height of the rectangle.
MarkerWidth
Gets or sets the width of the rectangle.
Max
Gets or sets output string for Max value.
Min
Gets or sets output string for Min value.
RadiusX
Gets or sets legend rectangle corner radius X.
RadiusY
Gets or sets legend rectangle corner radius Y.
Stroke
Gets or sets the Brush that specifies how the Shape outline is painted.
Declaration
public Brush Stroke { get; set; }
Property Value
Brush
StrokeThickness
Gets or sets the width of the Shape outline.
Methods
ArrangeOverride(Size)
Called to arrange and size the content.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
The computed size that is used to arrange the content.
Returns
Size
The calculated size.
MeasureOverride(Size)
Measure override.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
Available size.
Returns
Size
Size.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.