AGI Ui Application 11Send 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 * pRetVal
);
public: HRESULT put_Left(
   long NewLeft
);
[Java]
public int getLeft();public void setLeft(
   int
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.