ClassRadHeatMapAutomationPeer
Class
Exposes RadHeatMap type to UI Automation.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RadHeatMapAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectRadHeatMapAutomationPeer
Constructors
RadHeatMapAutomationPeer(RadHeatMap)
Initializes a new instance of the RadHeatMapAutomationPeer class.
Declaration
cs-api-definition
public RadHeatMapAutomationPeer(RadHeatMap owner)
Parameters
owner
The RadHeatMap that is associated with this RadHeatMapAutomationPeer.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetChildrenCore()
Declaration
cs-api-definition
protected override IList<AutomationPeer> GetChildrenCore()
Returns
IList<AutomationPeer>
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns