topLeft property

Point topLeft

Top-left corner of the rectangle.

throws DocumentException An error has occurred during Document Library execution.

Implementation

Point get topLeft => Point.createFromStruct(_handle.ref.TopLeft);
void topLeft=(Point value)

Implementation

set topLeft(Point value) => _handle.ref.TopLeft = value.struct;