Class
MapLegendCanvasItem

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:

cs-api-definition
public class MapLegendCanvasItem : Control

Inheritance: objectMapLegendCanvasItem

Constructors

MapLegendCanvasItem()

Initializes a new instance of the MapLegendCanvasItem class.

Declaration

cs-api-definition
public MapLegendCanvasItem()

Fields

FillProperty

Identifies the Fill dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FillProperty

Field Value

DependencyProperty

MarkerHeightProperty

Identifies the MarkerHeight dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty MarkerHeightProperty

Field Value

DependencyProperty

MarkerWidthProperty

Identifies the MarkerWidth dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty MarkerWidthProperty

Field Value

DependencyProperty

MaxProperty

Identifies the Max dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty MaxProperty

Field Value

DependencyProperty

MinProperty

Identifies the Min dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty MinProperty

Field Value

DependencyProperty

RadiusXProperty

Identifies the RadiusX dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RadiusXProperty

Field Value

DependencyProperty

RadiusYProperty

Identifies the RadiusY dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RadiusYProperty

Field Value

DependencyProperty

StrokeProperty

Identifies the Stroke dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeProperty

Field Value

DependencyProperty

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

Declaration

cs-api-definition
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

cs-api-definition
public Brush Fill { get; set; }

Property Value

Brush

MarkerHeight

Gets or sets the height of the rectangle.

Declaration

cs-api-definition
public double MarkerHeight { get; set; }

Property Value

double

MarkerWidth

Gets or sets the width of the rectangle.

Declaration

cs-api-definition
public double MarkerWidth { get; set; }

Property Value

double

Max

Gets or sets output string for Max value.

Declaration

cs-api-definition
public string Max { get; set; }

Property Value

string

Min

Gets or sets output string for Min value.

Declaration

cs-api-definition
public string Min { get; set; }

Property Value

string

RadiusX

Gets or sets legend rectangle corner radius X.

Declaration

cs-api-definition
public double RadiusX { get; set; }

Property Value

double

RadiusY

Gets or sets legend rectangle corner radius Y.

Declaration

cs-api-definition
public double RadiusY { get; set; }

Property Value

double

Stroke

Gets or sets the Brush that specifies how the Shape outline is painted.

Declaration

cs-api-definition
public Brush Stroke { get; set; }

Property Value

Brush

StrokeThickness

Gets or sets the width of the Shape outline.

Declaration

cs-api-definition
public double StrokeThickness { get; set; }

Property Value

double

Methods

ArrangeOverride(Size)

Called to arrange and size the content.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.