GroupsAdorner
Class
The adorner displaying the currently selected group.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Primitives
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
C#
public class GroupsAdorner : ItemsControl
Inheritance: objectGroupsAdorner
Constructors
Initializes a new instance of the GroupsAdorner class.
C#
public GroupsAdorner()
Methods
When overridden in a derived class, undoes the effects of the method.
C#
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
The container element.
itemobjectThe item.
GetContainerForItemOverride()
DependencyObject
Creates or identifies the element that is used to display the given item.
C#
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
The element that is used to display the given item.
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Prepares the specified element to display the specified item.
C#
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Element used to display the specified item.
itemobjectSpecified item.