Gets/sets a height of the main window.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Height() As Integer
|
| [C#] |
|---|
public int Height {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_Height();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Height(
|
| [Java] |
|---|
public int getHeight();public void setHeight(
|