New to Telerik UI for WPFStart a free 30-day trial

Automation peer for the RadDiagram class.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

C#
public class RadDiagramAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider, IScrollProvider

Inheritance: objectRadDiagramAutomationPeer

Implements: IScrollProviderISelectionProvider

Constructors

Initializes a new instance of the RadDiagramAutomationPeer class.

C#
public RadDiagramAutomationPeer(RadDiagram owner)
Parameters:ownerRadDiagram

The RadDiagram that will be associated with newly created object.

Methods

Gets the control type for the UIElement that is associated with this . This method is called by .

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

The enumeration value.

Gets the collection of elements that are associated with children elements of the owner RadDiagram. This method is called by .

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>

The collection of child elements.

Gets the name of the RadDiagram that is associated with this . This method is called by .

C#
protected override string GetClassNameCore()
Returns:

string

The type of the owner.

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

C#
protected override string GetNameCore()
Returns:

string

Gets the control pattern for the RadDiagram that is associated with this .

C#
public override object GetPattern(PatternInterface patternInterface)
Parameters:patternInterfacePatternInterface

One of the enumeration values.

Returns:

object

The object that implements the pattern interface, or null.