ClassRadGaugeAutomationPeer
Class
AutomationPeer class for RadGauge.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RadGaugeAutomationPeer : RadControlAutomationPeer, IRangeValueProvider
Inheritance: objectRadControlAutomationPeerRadGaugeAutomationPeer
Derived Classes:
Implements:
Inherited Members
Constructors
RadGaugeAutomationPeer(RadGauge)
Initializes a new instance of the RadGaugeAutomationPeer class.
Declaration
cs-api-definition
public RadGaugeAutomationPeer(RadGauge owner)
Parameters
owner
The RadGauge that is associated with this RadGaugeAutomationPeer.
Properties
IsReadOnly
IRangeValueProvider implementation.
LargeChange
IRangeValueProvider implementation.
Maximum
IRangeValueProvider implementation.
Minimum
IRangeValueProvider implementation.
SmallChange
IRangeValueProvider implementation.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
Overrides
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
Overrides
GetPatternCore(PatternInterface)
Declaration
cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
SetValue(double)
IRangeValueProvider implementation.