Class RadRatingAutomationPeer
Inheritance
System.Object
RadRatingAutomationPeer
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadRatingAutomationPeer : RadControlAutomationPeer, IValueProvider, IRangeValueProvider
Constructors
Properties
Declaration
public bool IsReadOnly { get; }
Property Value
Declaration
public double LargeChange { get; }
Property Value
Declaration
public double Maximum { get; }
Property Value
Declaration
public double Minimum { get; }
Property Value
Declaration
public double SmallChange { get; }
Property Value
Declaration
public string Value { get; }
Property Value
Methods
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationControlType
|
Overrides
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
Overrides
Declaration
protected override string GetNameCore()
Returns
Overrides
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
|
Microsoft.UI.Xaml.Automation.Peers.PatternInterface
patternInterface
|
Returns
Declaration
public void SetValue(double value)
Parameters
Declaration
public void SetValue(string value)
Parameters
Extension Methods