Gets the height in pixels.
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( int * pRetVal ); public: HRESULT put_Height( int Height ); |
[Java] |
---|
public Integer getHeight(); public void setHeight( Integer ); |