Gets or sets the text of the caption.

Namespace:  Gallio.Common.Media
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public string Text { get; set; }
Visual Basic (Declaration)
Public Property Text As String

Field Value

The text of the caption or an empty string if none.

Exceptions

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

See Also