Class LegendItemControl
Represents a legend item control, intended for use with Rad
Inheritance
Namespace: Telerik.Windows.Controls.Legend
Assembly: Telerik.Windows.Controls.dll
Syntax
[TelerikToolboxCategory("Data Visualization")]
public class LegendItemControl : ContentControl
Constructors
LegendItemControl()
Declaration
public LegendItemControl()
Fields
ActualMarkerGeometryProperty
Identifies the Actual
Declaration
public static readonly DependencyProperty ActualMarkerGeometryProperty
Field Value
System.
|
DefaultMarkerGeometryProperty
Identifies the Default
Declaration
public static readonly DependencyProperty DefaultMarkerGeometryProperty
Field Value
System.
|
IsHoveredProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsHoveredProperty
Field Value
System.
|
MarkerGeometryProperty
Identifies the Marker
Declaration
public static readonly DependencyProperty MarkerGeometryProperty
Field Value
System.
|
VisualStateProperty
Identifies the Visual
Declaration
public static readonly DependencyProperty VisualStateProperty
Field Value
System.
|
Properties
ActualMarkerGeometry
Gets the actual Geometry of the marker. If the Marker
Declaration
public Geometry ActualMarkerGeometry { get; }
Property Value
System.
|
DefaultMarkerGeometry
Gets or sets the default Geometry of the marker.
Declaration
public Geometry DefaultMarkerGeometry { get; set; }
Property Value
System.
|
IsHovered
Gets or sets a value indicating whether this item is hovered.
Declaration
public bool IsHovered { get; set; }
Property Value
System.
|
MarkerGeometry
Gets or sets the Geometry of the marker.
Declaration
public Geometry MarkerGeometry { get; set; }
Property Value
System.
|
VisualState
Gets or sets the name of the visual state.
Declaration
public string VisualState { get; set; }
Property Value
System.
|
Methods
OnCreateAutomationPeer()
Creates a new Legend
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
OnMouseEnter(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System. The System. |
OnMouseLeave(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System. The System. |