Gets the x coordinate of the position of the text
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic int X { get; set; }Public Property X As Integer
	Get
	Set
public:
property int X {
	int get ();
	void set (int value);
}member X : int with get, set
Property Value
Type: 
Int32
See Also