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