Gets or sets the height of the top of the layer.
Read-write property
[Visual Basic .NET] |
---|
Public Property TopHeight() As Double |
[C#] |
---|
public double TopHeight {get; set;} |
[Managed C++] |
---|
public: __property double get_TopHeight(); |
[Unmanaged C++] |
---|
public: HRESULT get_TopHeight( double * pVal ); public: HRESULT put_TopHeight( double val ); |
[Java] |
---|
public double getTopHeight(); public void setTopHeight( double ); |