cornerPosition property

String? cornerPosition
getter/setter pair

Describes in which corner of the video the visual widget will appear. Possible string values are:

  • "topLeft"
  • "topRight"
  • "bottomLeft"
  • "bottomRight"

Implementation

core.String? cornerPosition;