TextOverlayPosition Enumeration |
Property to set the horizontal and vertical position of Text
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum TextOverlayPosition
Public Enumeration TextOverlayPosition
public enum class TextOverlayPosition
Members
| Member name | Value | Description |
---|
| TopLeft | 0 | |
| TopCenter | 1 | |
| TopRight | 2 | |
| CenterLeft | 3 | |
| CenterCenter | 4 | |
| CenterRight | 5 | |
| BottomLeft | 6 | |
| BottomCenter | 7 | |
| BottomRight | 8 | |
See Also