LabelPosition Enumeration
|
|
Defines label positions.
Namespace:
MediaCy.Commands.Overlays
Assembly:
MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
SyntaxPublic Enumeration LabelPosition
Members
| Member name | Value | Description |
---|
| Center | 16777216 |
At the center of the parent object.
|
| TopLeft | 1048576 |
At the top-left corner of the parent object.
|
| TopRight | 2097152 |
At the top-right corner of the parent object.
|
| BottomLeft | 4194304 |
At the bottom-left corner of the parent object.
|
| BottomRight | 8388608 |
At the bottom-right corner of the parent object.
|
| LineStart | 33554432 |
At the start of the line.
|
| LineEnd | 67108864 |
At the end of the line.
|
| Inside | 134217728 |
Inside of the parent object.
|
Remarks
See Also