Gets or sets the text of the caption.
Namespace:
Gallio.Common.MediaAssembly: 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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if value is null. |
