| TextOverlayPosition Property  | 
            Position of the string on the screen
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic TextOverlayPosition Position { get; set; }Public Property Position As TextOverlayPosition
	Get
	Set
public:
property TextOverlayPosition Position {
	TextOverlayPosition get ();
	void set (TextOverlayPosition value);
}member Position : TextOverlayPosition with get, set
Property Value
Type: 
TextOverlayPosition
See Also