Class RadNumericBox
Defines a
Inherited Members
Namespace: Legerity.Windows.Elements.Telerik
Assembly: Legerity.Telerik.Uwp.dll
Syntax
public class RadNumericBox : WindowsElementWrapper
Constructors
| Improve this Doc View SourceRadNumericBox(WindowsElement)
Initializes a new instance of the RadNumericBox class.
Declaration
public RadNumericBox(WindowsElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| WindowsElement | element | The |
Properties
| Improve this Doc View SourceDecreaseButton
Gets the element associated with the decrease button.
Declaration
public virtual Button DecreaseButton { get; }
Property Value
| Type | Description |
|---|---|
| Button |
Increase
Gets the element associated with the increase button.
Declaration
public virtual Button Increase { get; }
Property Value
| Type | Description |
|---|---|
| Button |
InputBox
Gets the element associated with the input text box.
Declaration
public virtual TextBox InputBox { get; }
Property Value
| Type | Description |
|---|---|
| TextBox |
IsReadonly
Gets a value indicating whether the control is in a readonly state.
Declaration
public virtual bool IsReadonly { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Maximum
Gets the maximum value of the RadNumericBox.
Declaration
public virtual double Maximum { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Minimum
Gets the minimum value of the RadNumericBox.
Declaration
public virtual double Minimum { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
SmallChange
Gets the small change (step) value of the RadNumericBox.
Declaration
public virtual double SmallChange { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Value
Gets the value of the RadNumericBox.
Declaration
public virtual double Value { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Methods
| Improve this Doc View SourceDecrement()
Decreases the number box value by the SmallChange value.
Declaration
public virtual void Decrement()
Increment()
Increases the number box value by the SmallChange value.
Declaration
public virtual void Increment()
SetValue(Double)
Sets the value of the RadNumericBox.
Declaration
public virtual void SetValue(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value | The value. |
Operators
| Improve this Doc View SourceImplicit(AppiumWebElement to RadNumericBox)
Allows conversion of a
Declaration
public static implicit operator RadNumericBox(AppiumWebElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| AppiumWebElement | element | The |
Returns
| Type | Description |
|---|---|
| RadNumericBox | The RadNumericBox. |
Implicit(RemoteWebElement to RadNumericBox)
Allows conversion of a
Declaration
public static implicit operator RadNumericBox(RemoteWebElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| RemoteWebElement | element | The |
Returns
| Type | Description |
|---|---|
| RadNumericBox | The RadNumericBox. |
Implicit(WindowsElement to RadNumericBox)
Allows conversion of a
Declaration
public static implicit operator RadNumericBox(WindowsElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| WindowsElement | element | The |
Returns
| Type | Description |
|---|---|
| RadNumericBox | The RadNumericBox. |