ClassRadPivotMap
Represents the PivotMap for Silverlight RadPivotMap control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadPivotMap : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadPivotMap
Implements:
Inherited Members
Constructors
RadPivotMap()
Initializes a new instance of the RadPivotMap class.
Declaration
public RadPivotMap()
Properties
Height
Get the TreeMap height.
RadTreeMapAndPivotMapTypes
Get the TreeMapAndPivotMap type.
Declaration
public RadTreeMapAndPivotMapTypes RadTreeMapAndPivotMapTypes { get; }
Property Value
RadTreeMapItem
Get the RadTreeMapItem xaml control.
Declaration
public RadTreeMapItem RadTreeMapItem { get; }
Property Value
RadTreeMapItemList
Get the list of TreeMap items.
Declaration
public IList<RadTreeMapItem> RadTreeMapItemList { get; }
Property Value
RadTreeMapPanel
Get the RadTreeMapPanel xaml control.
Declaration
public RadTreeMapPanel RadTreeMapPanel { get; }
Property Value
RadTreeMapPanelList
Get the list of TreeMap panels.
Declaration
public IList<RadTreeMapPanel> RadTreeMapPanelList { get; }
Property Value
TreeMapItems
Gets a list of TreeMap items.
Declaration
public IList<FrameworkElement> TreeMapItems { get; }
Property Value
TreeMapPanels
Gets a list of TreeMap panels.
Declaration
public IList<FrameworkElement> TreeMapPanels { get; }
Property Value
Type
Get the TreeMapAndPivotMap type.
Width
Get the TreeMap width.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides