PlacedControlBase.VerticalAlignment

Syntax

VerticalAlignment: PP.VerticalAlignment;

Description

The VerticalAlignment property determines vertical alignment for a control.

Comments

Use JSON or the setVerticalAlignment method to set the property value, and the getVerticalAlignment method to get the property value.

Example

The example of use is given on the page with description of the PlacedControlBase.Background property.

See also:

PlacedControlBase