Sets the alignment 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 SetCaptionAlignment( HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub SetCaptionAlignment ( _ horizontalAlignment As HorizontalAlignment, _ verticalAlignment As VerticalAlignment _ ) |
Parameters
- horizontalAlignment
- Type: Gallio.Common.Media..::.HorizontalAlignment
The horizontal alignment.
- verticalAlignment
- Type: Gallio.Common.Media..::.VerticalAlignment
The vertical alignment.
