Gets or sets the X position of the overlay relative to its parent.  The unit in which the position
is defined is specified by the 
XUnit property.  The position is measured horizontally
from the 
Origin, which is, by default, the lower-left corner.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic double X { get; set; }Public Property X As Double
	Get
	Set
public:
property double X {
	double get ();
	void set (double value);
}member X : float with get, set
Property Value
Type: 
Double See Also
See Also