Class TextBlock
Defines a
Inherited Members
Namespace: Legerity.Uno.Elements
Assembly: Legerity.Uno.dll
Syntax
public class TextBlock : UnoElementWrapper
Constructors
| Improve this Doc View SourceTextBlock(IWebElement)
Initializes a new instance of the TextBlock class.
Declaration
public TextBlock(IWebElement element)
Parameters
Type | Name | Description |
---|---|---|
IWebElement | element | The |
TextBlock(RemoteWebElement)
Initializes a new instance of the TextBlock class.
Declaration
public TextBlock(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Properties
| Improve this Doc View SourceText
Gets the text value of the text block.
Declaration
public virtual string Text { get; }
Property Value
Type | Description |
---|---|
System.String |
Operators
| Improve this Doc View SourceImplicit(RemoteWebElement to TextBlock)
Allows conversion of a
Declaration
public static implicit operator TextBlock(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Returns
Type | Description |
---|---|
TextBlock | The TextBlock. |