Automation peer for the RadDiagramContainerShape class.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
C#
public class RadDiagramContainerShapeAutomationPeer : RadDiagramItemAutomationPeer, ISelectionItemProvider, IScrollItemProvider, IExpandCollapseProvider
Inheritance: objectRadDiagramItemAutomationPeerRadDiagramContainerShapeAutomationPeer
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadDiagramContainerShapeAutomationPeer class.
C#
public RadDiagramContainerShapeAutomationPeer(RadDiagramContainerShape owner, RadDiagram diagram)
The owner.
diagramRadDiagramThe diagram.
Properties
ExpandCollapseState
ExpandCollapseState
Gets the state, expanded or collapsed, of the control.
C#
public ExpandCollapseState ExpandCollapseState { get; }
The state, expanded or collapsed, of the control.
Methods
Hides all nodes, controls, or content that are descendants of the control.
C#
public void Collapse()
Displays all child nodes, controls, or content of the control.
C#
public void Expand()
Gets the name of the that is associated with this . This method is called by .