Class AppBarToggleButton
Defines a
Inherited Members
Namespace: Legerity.Uno.Elements
Assembly: Legerity.Uno.dll
Syntax
public class AppBarToggleButton : AppBarButton
Constructors
| Improve this Doc View SourceAppBarToggleButton(RemoteWebElement)
Initializes a new instance of the AppBarToggleButton class.
Declaration
public AppBarToggleButton(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Properties
| Improve this Doc View SourceIsOn
Gets a value indicating whether the toggle button is in the on position.
Declaration
public virtual bool IsOn { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceToggleOff()
Toggles the button off.
Declaration
public virtual void ToggleOff()
ToggleOn()
Toggles the button on.
Declaration
public virtual void ToggleOn()
Operators
| Improve this Doc View SourceImplicit(RemoteWebElement to AppBarToggleButton)
Allows conversion of a
Declaration
public static implicit operator AppBarToggleButton(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Returns
Type | Description |
---|---|
AppBarToggleButton | The AppBarToggleButton. |