Description
Height of the lower edge of the border wall.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property LowerEdgeHeight() As Double
|
| [C#] |
|---|
public double LowerEdgeHeight {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_LowerEdgeHeight(); public: __property void set_LowerEdgeHeight( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LowerEdgeHeight( double * pRetVal ); public: HRESULT put_LowerEdgeHeight( double NewLowerEdgeHeight );
|
| [Java] |
|---|
public double getLowerEdgeHeight();public void setLowerEdgeHeight( double );
|
See Also