Gets the height of the tile in pixels.
Read-only property
[Visual Basic .NET] |
---|
Public Property Height() As Integer |
[C#] |
---|
public int Height {get;} |
[Managed C++] |
---|
public: __property int get_Height(); |
[Unmanaged C++] |
---|
public: HRESULT get_Height( int * pRetVal ); |
[Java] |
---|
public Integer getHeight(); |