AGI STK X 11Send comments on this topic.
Top Property (AgDrawElemRect)
See Also
Windows






Windows & Linux

Description

The y-coordinate of the top edge of this rectangle.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Top() As Integer
[C#]
public int Top {get;}
[Managed C++]
public: __property int get_Top();
[Unmanaged C++]
public: HRESULT get_Top(
    OLE_YPOS_PIXELS * pVal
);
[Java]
public int getTop();

Remarks

The value is expressed in control coordinates.

See Also

Example

[Visual Basic .NET]
Debug.Print (r.Top)
© 2019 Analytical Graphics, Inc. All Rights Reserved.