Property used to access the depth dimension of a box shape.
Read-write property
[Visual Basic .NET] |
---|
Public Property Depth() As Double |
[C#] |
---|
public double Depth {get; set;} |
[Managed C++] |
---|
public: __property double get_Depth(); |
[Unmanaged C++] |
---|
public: HRESULT get_Depth( double * pRetVal ); public: HRESULT put_Depth( double Depth ); |
[Java] |
---|
public double getDepth(); public void setDepth( double ); |