Sets a caption to display over screenshots images and videos.

Namespace:  Gallio.Framework
Assembly:  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

ExceptionCondition
System..::.ArgumentNullExceptionThrown if text is null.

See Also