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