Class
RadRatingAutomationPeer

Automation peer class for RadRating.

Definition

Namespace:Telerik.UI.Automation.Peers

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadRatingAutomationPeer : RadControlAutomationPeer, IValueProvider, IRangeValueProvider

Inheritance: objectRadControlAutomationPeerRadRatingAutomationPeer

Implements: IRangeValueProviderIValueProvider

Inherited Members RadControlAutomationPeer.GetClassNameCore()

Constructors

RadRatingAutomationPeer(RadRating)

Initializes a new instance of the RadRatingAutomationPeer class.

Declaration

cs-api-definition
public RadRatingAutomationPeer(RadRating owner)

Parameters

owner

RadRating

The RadRating that is associated with this RadRatingAutomationPeer.

Properties

IsReadOnly

Gets a value indicating whether the Rating is in read-only state.

Declaration

cs-api-definition
public bool IsReadOnly { get; }

Property Value

bool

LargeChange

Declaration

cs-api-definition
public double LargeChange { get; }

Property Value

double

Maximum

Declaration

cs-api-definition
public double Maximum { get; }

Property Value

double

Minimum

Declaration

cs-api-definition
public double Minimum { get; }

Property Value

double

SmallChange

Declaration

cs-api-definition
public double SmallChange { get; }

Property Value

double

Value

Gets the value of the Rating.

Declaration

cs-api-definition
public string Value { get; }

Property Value

string

Methods

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

Overrides RadControlAutomationPeer.GetAutomationControlTypeCore()

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

Overrides RadControlAutomationPeer.GetLocalizedControlTypeCore()

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

Overrides RadControlAutomationPeer.GetNameCore()

GetPatternCore(PatternInterface)

Declaration

cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

Returns

object

SetValue(double)

Declaration

cs-api-definition
public void SetValue(double value)

Parameters

value

double

SetValue(string)

Tries to set the value of the Rating.

Declaration

cs-api-definition
public void SetValue(string value)

Parameters

value

string