ClassRadTreeMapItem
Class
Represents the Treemap and PivotMap for Silverlight RadTreeMapItem control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadTreeMapItem : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadTreeMapItem
Implements:
Inherited Members
Constructors
RadTreeMapItem()
Initializes a new instance of the RadTreeMapItem class.
Declaration
cs-api-definition
public RadTreeMapItem()
Fields
Properties
BackgroundColorValue
Get the selected color RGB representation. Example: '255:0:0'.
BoorderBrushColor
Gets the TreeMapItem BorderBrush.
Color
Gets the TreeMapItem color.
Height
Get the TreeMapItem height.
SelectedItemColorGradientStops
Gets the Selected TreeMapItem color.
Declaration
cs-api-definition
public List<GradientStop> SelectedItemColorGradientStops { get; }
Property Value
Width
Get the TreeMapItem width.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides