Class PolarAxisGridLineAnnotationAutomationPeer
Exposes PolarAxisGridLineAnnotation type to UI Automation.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class PolarAxisGridLineAnnotationAutomationPeer : ChartAnnotationAutomationPeer, IValueProvider
Constructors
PolarAxisGridLineAnnotationAutomationPeer(PolarAxisGridLineAnnotation)
Initializes a new instance of the PolarAxisGridLineAnnotationAutomationPeer class.
Declaration
public PolarAxisGridLineAnnotationAutomationPeer(PolarAxisGridLineAnnotation owner)
Parameters
PolarAxisGridLineAnnotation
owner
The owner. |
Methods
GetHelpTextCore()
Returns the string that describes the functionality of the System.Windows.FrameworkElement that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetHelpText.
Declaration
protected override string GetHelpTextCore()
Returns
System.String
The help text, or System.String.Empty if there is no help text. |
GetPattern(PatternInterface)
Gets the control pattern for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
A value from the enumeration. |
Returns
System.Object
An object that implements the System.Windows.Automation.Provider.ISynchronizedInputProvider interface if |