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