Property used to access the height dimension of a box shape.
Read-write property
[Visual Basic .NET] |
---|
Public Property Height() As Double |
[C#] |
---|
public double Height {get; set;} |
[Managed C++] |
---|
public: __property double get_Height(); |
[Unmanaged C++] |
---|
public: HRESULT get_Height( double * pRetVal ); public: HRESULT put_Height( double Height ); |
[Java] |
---|
public double getHeight(); public void setHeight( double ); |