Class Label
Defines a 
Implements
IElementWrapper<IOSElement>
  Inherited Members
Namespace: Legerity.IOS.Elements.Core
Assembly: Legerity.IOS.dll
Syntax
public class Label : IOSElementWrapper, IElementWrapper<IOSElement>
  Constructors
| Improve this Doc View SourceLabel(IOSElement)
Initializes a new instance of the Label class.
Declaration
public Label(IOSElement element)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IOSElement | element | The   | 
      
Properties
| Improve this Doc View SourceText
Gets the text value of the label.
Declaration
public virtual string Text { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Operators
| Improve this Doc View SourceImplicit(AppiumWebElement to Label)
Allows conversion of a 
Declaration
public static implicit operator Label(AppiumWebElement element)
  Parameters
| Type | Name | Description | 
|---|---|---|
| AppiumWebElement | element | The   | 
      
Returns
| Type | Description | 
|---|---|
| Label | The Label.  | 
      
Implicit(IOSElement to Label)
Allows conversion of a 
Declaration
public static implicit operator Label(IOSElement element)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IOSElement | element | The   | 
      
Returns
| Type | Description | 
|---|---|
| Label | The Label.  | 
      
Implicit(RemoteWebElement to Label)
Allows conversion of a 
Declaration
public static implicit operator Label(RemoteWebElement element)
  Parameters
| Type | Name | Description | 
|---|---|---|
| RemoteWebElement | element | The   | 
      
Returns
| Type | Description | 
|---|---|
| Label | The Label.  |