Sets a caption to display over screenshots images and videos.
Namespace:
Gallio.FrameworkAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
public static void SetCaption( string text ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub SetCaption ( _ text As String _ ) |
Parameters
- text
- Type: System..::.String
The caption text, an empty string to remove it.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if text is null. |
