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 Legend
Declaration
public LegendItemElement(TreeMapDataItemGroup group)
Parameters
Tree The item. |
Properties
GroupItem
Gets the group item that holds the data displayed in this element.
Declaration
public TreeMapDataItemGroup GroupItem { get; }
Property Value
MarkerElement
Gets the marker element.
Declaration
public LegendItemMarker MarkerElement { get; }
Property Value
TitleElement
Gets the title element.
Declaration
public LegendItemTitle TitleElement { get; }
Property Value
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
CreateItemTitle()
Creates the item title.
Declaration
protected virtual LegendItemTitle CreateItemTitle()
Returns
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
Tree The source. |
Light The target. |