Sets the font size of the caption to display over screenshots images and videos.
Namespace:
Gallio.FrameworkAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public static void SetCaptionFontSize( int fontSize ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub SetCaptionFontSize ( _ fontSize As Integer _ ) |
Parameters
- fontSize
- Type: System..::.Int32
The caption font size.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentOutOfRangeException | Thrown if fontSize is less than 1. |
