Gets and sets the y-coordinate of the top-left corner of the rectangle that defines the coverage area of the contour map. This property only applies when CoverageArea is set to CA_RECTANGLE.
JavaScript |
|
|
|
Top |
C# |
|
|
|
double Top { get; set; } |
C++ |
|
|
|
HRESULT Top([out, retval] double* pVal) HRESULT Top([in] double pVal) |