BB FlashBack SDK: FBExportToFLVParams

AlignIfPadded

Description

Determines how the movie is aligned inside the padded dimensions, if FBExportToFLVParams::Padding4px is set to true.

Syntax

[C#/C++]
public long AlignIfPadded;

[VB.NET]
Public Property AlignIfPadded As Integer

Remarks

The property can take the following values:

0 = default, centered

1= top left

2 = top right

3 = bottom right

4 = bottom left

5 = centered

See also

FBExportToFLVParams:Padding4px