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