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:
public class MapLegendCanvasItem : Control
Inheritance: objectMapLegendCanvasItem
Constructors
Initializes a new instance of the MapLegendCanvasItem class.
public MapLegendCanvasItem()
Fields
FillProperty
DependencyProperty
Identifies the Fill dependency property.
public static readonly DependencyProperty FillProperty
MarkerHeightProperty
DependencyProperty
Identifies the MarkerHeight dependency property.
public static readonly DependencyProperty MarkerHeightProperty
MarkerWidthProperty
DependencyProperty
Identifies the MarkerWidth dependency property.
public static readonly DependencyProperty MarkerWidthProperty
MaxProperty
DependencyProperty
Identifies the Max dependency property.
public static readonly DependencyProperty MaxProperty
MinProperty
DependencyProperty
Identifies the Min dependency property.
public static readonly DependencyProperty MinProperty
RadiusXProperty
DependencyProperty
Identifies the RadiusX dependency property.
public static readonly DependencyProperty RadiusXProperty
RadiusYProperty
DependencyProperty
Identifies the RadiusY dependency property.
public static readonly DependencyProperty RadiusYProperty
StrokeProperty
DependencyProperty
Identifies the Stroke dependency property.
public static readonly DependencyProperty StrokeProperty
StrokeThicknessProperty
DependencyProperty
Identifies the StrokeThickness dependency property.
public static readonly DependencyProperty StrokeThicknessProperty
Properties
Fill
Brush
Gets or sets the Brush that specifies how the shape's interior is painted.
public Brush Fill { get; set; }
Gets or sets the height of the rectangle.
public double MarkerHeight { get; set; }
Gets or sets the width of the rectangle.
public double MarkerWidth { get; set; }
Stroke
Brush
Gets or sets the Brush that specifies how the Shape outline is painted.
public Brush Stroke { get; set; }
Gets or sets the width of the Shape outline.
public double StrokeThickness { get; set; }
Methods
Called to arrange and size the content.
protected override Size ArrangeOverride(Size finalSize)
The computed size that is used to arrange the content.
Returns:Size
The calculated size.
Measure override.
protected override Size MeasureOverride(Size availableSize)
Available size.
Returns:Size
Size.
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.