STK UI ApplicationSend comments on this topic.
Top Property (IAgUiApplication)
See Also
Windows





Windows & Linux

Description

Gets/sets a horizontal coordinate of the main window.

Property type

Read-write property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.