Sets the font size of the caption to display over screenshots images and videos.

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

ExceptionCondition
System..::.ArgumentOutOfRangeExceptionThrown if fontSize is less than 1.

See Also