ClassRadLinearGaugeAutomationPeer
Class
AutomationPeer class for RadLinearGauge.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RadLinearGaugeAutomationPeer : RadGaugeAutomationPeer, IRangeValueProvider
Inheritance: objectRadControlAutomationPeerRadGaugeAutomationPeerRadLinearGaugeAutomationPeer
Implements:
Inherited Members
Constructors
RadLinearGaugeAutomationPeer(RadLinearGauge)
Initializes a new instance of the RadLinearGaugeAutomationPeer class.
Declaration
cs-api-definition
public RadLinearGaugeAutomationPeer(RadLinearGauge owner)
Parameters
owner
The RadLinearGauge that is associated with this RadLinearGaugeAutomationPeer.
Methods
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
Overrides