Class AreaAutomationPeer
Exposes area path visual to UI Automation.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class AreaAutomationPeer : ChartPathElementAutomationPeer
Constructors
AreaAutomationPeer(Path)
Initializes a new instance of the AreaAutomationPeer class.
Declaration
public AreaAutomationPeer(Path owner)
Parameters
System.Windows.Shapes.Path
owner
The owner. |
Methods
GetClassNameCore()
Gets the name of the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
Overrides
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType.
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
The type of the control. |