AGI Ui Core 11 Send comments on this topic.
Left Property (IAgUiWindow)
See Also 





Description

The window horizontal position.

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 * pRetVal
);
public: HRESULT put_Left(
long NewLeft
);

[Java]
public int getLeft();public void setLeft(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1