Description
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
Y Unit property. The position is measured vertically from the
Origin, which is, by default, the lower-left corner.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Y() As Double
|
| [C#] |
|---|
public double Y {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_Y(); public: __property void set_Y( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Y( double * pRetVal ); public: HRESULT put_Y( double NewY );
|
| [Java] |
|---|
public double getY(); public void setY( double );
|
See Also