Gets or sets the Y position of the overlay relative to its parent. The unit in which the position
is defined is specified by the
YUnit property. The position is measured vertically
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: 24.2.419.0 (24.2.419.0)
Syntax public double Y { get; set; }
Public Property Y As Double
Get
Set
public:
property double Y {
double get ();
void set (double value);
}
member Y : float with get, set
Property Value
Type:
DoubleSee Also