Class
RadBulletGraphAutomationPeer

AutomationPeer class for RadBulletGraph.

Definition

Namespace:Telerik.UI.Automation.Peers

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadBulletGraphAutomationPeer : RadControlAutomationPeer, IRangeValueProvider

Inheritance: objectRadControlAutomationPeerRadBulletGraphAutomationPeer

Implements: IRangeValueProvider

Inherited Members RadControlAutomationPeer.GetAutomationControlTypeCore()RadControlAutomationPeer.GetClassNameCore()RadControlAutomationPeer.GetNameCore()

Constructors

RadBulletGraphAutomationPeer(RadBulletGraph)

Initializes a new instance of the RadBulletGraphAutomationPeer class.

Declaration

cs-api-definition
public RadBulletGraphAutomationPeer(RadBulletGraph owner)

Parameters

owner

RadBulletGraph

The RadBulletGraph that is associated with this RadBulletGraphAutomationPeer.

Properties

IsReadOnly

Gets a value indicating whether the value of a the BulletGraph is read-only.

Declaration

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

Property Value

bool

LargeChange

Gets the large-change value of the BulletGraph. For testing purposes this returns the value oft the LabelStep property.

Declaration

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

Property Value

double

Maximum

Gets the maximum range value that is supported by the control.

Declaration

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

Property Value

double

Minimum

Gets the minimum range value that is supported by the control.

Declaration

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

Property Value

double

SmallChange

Gets the small-change value of the BulletGraph. For testing purposes this returns the value of the TickStep property.

Declaration

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

Property Value

double

Value

Gets the value of the FeaturedMeasure property of the BulletGraph.

Declaration

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

Property Value

double

Methods

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

Overrides RadControlAutomationPeer.GetLocalizedControlTypeCore()

GetPatternCore(PatternInterface)

Declaration

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

Parameters

patternInterface

PatternInterface

Returns

object

SetValue(double)

Sets the FeaturedMeasure property of the BulletGraph.

Declaration

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

Parameters

value

double