Class RadBulletGraph
Defines a
Inherited Members
Namespace: Legerity.Windows.Elements.Telerik
Assembly: Legerity.Telerik.Uwp.dll
Syntax
public class RadBulletGraph : WindowsElementWrapper
Constructors
| Improve this Doc View SourceRadBulletGraph(WindowsElement)
Initializes a new instance of the RadBulletGraph class.
Declaration
public RadBulletGraph(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Properties
| Improve this Doc View SourceMaximum
Gets the maximum value of the bullet graph.
Declaration
public virtual double Maximum { get; }
Property Value
Type | Description |
---|---|
System.Double |
Minimum
Gets the minimum value of the bullet graph.
Declaration
public virtual double Minimum { get; }
Property Value
Type | Description |
---|---|
System.Double |
Value
Gets the value of the bullet graph.
Declaration
public virtual double Value { get; }
Property Value
Type | Description |
---|---|
System.Double |
Operators
| Improve this Doc View SourceImplicit(AppiumWebElement to RadBulletGraph)
Allows conversion of a
Declaration
public static implicit operator RadBulletGraph(AppiumWebElement element)
Parameters
Type | Name | Description |
---|---|---|
AppiumWebElement | element | The |
Returns
Type | Description |
---|---|
RadBulletGraph | The RadBulletGraph. |
Implicit(RemoteWebElement to RadBulletGraph)
Allows conversion of a
Declaration
public static implicit operator RadBulletGraph(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Returns
Type | Description |
---|---|
RadBulletGraph | The RadBulletGraph. |
Implicit(WindowsElement to RadBulletGraph)
Allows conversion of a
Declaration
public static implicit operator RadBulletGraph(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Returns
Type | Description |
---|---|
RadBulletGraph | The RadBulletGraph. |