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





Windows & Linux

Description

Gets/sets a vertical coordinate of the main window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Left() As Integer
[C#]
public int Left {get; set;}
[Managed C++]
public: __property int get_Left();
public: __property void set_Left( int );
[Unmanaged C++]
public: HRESULT get_Left(
    long * pVal
);
public: HRESULT put_Left(
    long NewVal
);
[Java]
public int getLeft();
public void setLeft(
    int
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.