Class RadTreeMapItem
Inheritance
System.Object
RadTreeMapItem
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.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadTreeMapItem : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadTreeMapItem()
Declaration
public RadTreeMapItem()
Fields
borderBrushColor
text
Declaration
public string text
Field Value
System.String
|
Properties
BackgroundColorValue
Declaration
public string BackgroundColorValue { get; }
Property Value
System.String
|
BoorderBrushColor
Color
Height
Declaration
public double Height { get; }
Property Value
System.Double
|
IsSelected
Declaration
public bool IsSelected { get; }
Property Value
System.Boolean
|
SelectedItemColorGradientStops
Declaration
public List<GradientStop> SelectedItemColorGradientStops { get; }
Property Value
System.Collections.Generic.List<GradientStop>
|
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
|