ClassHeatMapLabelAutomationPeer
Class
Exposes HeatMapLabel types to UI Automation.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class HeatMapLabelAutomationPeer : FrameworkElementAutomationPeer, IValueProvider
Inheritance: objectHeatMapLabelAutomationPeer
Implements:
Constructors
HeatMapLabelAutomationPeer(HeatMapLabel)
Initializes a new instance of the HeatMapLabelAutomationPeer class.
Declaration
cs-api-definition
public HeatMapLabelAutomationPeer(HeatMapLabel owner)
Parameters
owner
The HeatMapLabel that is associated with this HeatMapLabelAutomationPeer.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
GetPatternCore(PatternInterface)
Returns the object that supports the specified control pattern of the element that is associated with this automation peer.
Declaration
cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
An enumeration value that specifies the control pattern.
Returns
An object that supports the control pattern if patternInterface is a supported value; otherwise, null.