Class RadBulletGraphAutomationPeer
Inherited Members
Namespace: Telerik.UI.Automation.Peers
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadBulletGraphAutomationPeer : RadControlAutomationPeer, IRangeValueProvider
Constructors
RadBulletGraphAutomationPeer(RadBulletGraph)
Declaration
public RadBulletGraphAutomationPeer(RadBulletGraph owner)
Parameters
Rad
|
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 double Value { get; }
Property Value
System.
|
Methods
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
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.
|