AnnotationRect::Top property¶
The Top property returns the top coordinate of the annotation’s bounding box.
double Top { get; set; }
double getTop() throws IGRException;
void setTop(double value) throws IGRException;
@property
def Top(self) -> double:
@property.setter
def Top(self, value: double)
double getTop() const;
void setTop(double value);
[propget] HRESULT Top([out, retval] double* *result);
[propput] HRESULT Top([in] double* value);
Return Value¶
double