Class GroupsAdorner
The adorner displaying the currently selected group.
Inheritance
System.Object
GroupsAdorner
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Diagrams.Primitives
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class GroupsAdorner : FrameworkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Remarks
The default control template is essentially a Canvas displaying the items.
Constructors
GroupsAdorner()
Methods
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item.
Declaration
protected RadObject GetContainerForItemOverride()
Returns
|
RadObject
The element that is used to display the given item. |