positionAlign property

PositionAlignSetting get positionAlign

The positionAlign property of the VTTCue interface is used to determine what VTTCue.position is anchored to.

Implementation

external PositionAlignSetting get positionAlign;
set positionAlign (PositionAlignSetting value)

Implementation

external set positionAlign(PositionAlignSetting value);