Class LegendItemElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.TreeMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public class LegendItemElement : StackLayoutElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
LegendItemElement()
LegendItemElement(TreeMapDataItemGroup)
Initializes a new instance of the LegendItemElement class.
Declaration
public LegendItemElement(TreeMapDataItemGroup group)
Parameters
TreeMapDataItemGroup
group
The item. |
Properties
GroupItem
Gets the group item that holds the data displayed in this element.
Declaration
public TreeMapDataItemGroup GroupItem { get; }
Property Value
TreeMapDataItemGroup
|
MarkerElement
Gets the marker element.
Declaration
public LegendItemMarker MarkerElement { get; }
Property Value
LegendItemMarker
|
TitleElement
Gets the title element.
Declaration
public LegendItemTitle TitleElement { get; }
Property Value
LegendItemTitle
|
Methods
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
CreateItemMarker()
Creates the item marker.
Declaration
protected virtual LegendItemMarker CreateItemMarker()
Returns
LegendItemMarker
|
CreateItemTitle()
Creates the item title.
Declaration
protected virtual LegendItemTitle CreateItemTitle()
Returns
LegendItemTitle
|
DisposeManagedResources()
Disposes the managed resources.
Declaration
protected override void DisposeManagedResources()
Overrides
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()
Overrides
Synchronize()
Synchronizes this instance.
Declaration
protected virtual void Synchronize()
SyncVisualStyleProperties(TreeMapDataItemGroup, LightVisualElement)
Syncs the visual style properties.
Declaration
protected virtual void SyncVisualStyleProperties(TreeMapDataItemGroup group, LightVisualElement target)
Parameters
TreeMapDataItemGroup
group
The source. |
LightVisualElement
target
The target. |