Click or drag to resize

LabelPosition Enumeration

Defines label positions.

Namespace:  MediaCy.Commands.Overlays
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration LabelPosition
Members
  Member nameValueDescription
Center16777216 At the center of the parent object.
TopLeft1048576 At the top-left corner of the parent object.
TopRight2097152 At the top-right corner of the parent object.
BottomLeft4194304 At the bottom-left corner of the parent object.
BottomRight8388608 At the bottom-right corner of the parent object.
LineStart33554432 At the start of the line.
LineEnd67108864 At the end of the line.
Inside134217728 Inside of the parent object.
Remarks