Class RadTreeMap
Inheritance
System.Object
RadTreeMap
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadTreeMap : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadTreeMap()
Declaration
public RadTreeMap()
Properties
Height
Declaration
public double Height { get; }
Property Value
System.Double
|
RadTreeMapAndPivotMapTypes
Declaration
public RadTreeMapAndPivotMapTypes RadTreeMapAndPivotMapTypes { get; }
Property Value
RadTreeMapAndPivotMapTypes
|
RadTreeMapItem
RadTreeMapItemList
Declaration
public IList<RadTreeMapItem> RadTreeMapItemList { get; }
Property Value
System.Collections.Generic.IList<RadTreeMapItem>
|
RadTreeMapPanel
RadTreeMapPanelList
Declaration
public IList<RadTreeMapPanel> RadTreeMapPanelList { get; }
Property Value
System.Collections.Generic.IList<RadTreeMapPanel>
|
TreeMapItems
Declaration
public IList<FrameworkElement> TreeMapItems { get; }
Property Value
System.Collections.Generic.IList<FrameworkElement>
|
TreeMapPanels
Declaration
public IList<FrameworkElement> TreeMapPanels { get; }
Property Value
System.Collections.Generic.IList<FrameworkElement>
|
Type
Declaration
public virtual string Type { get; }
Property Value
System.String
|
Width
Declaration
public double Width { get; }
Property Value
System.Double
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|