topRight property

Point topRight

Top-right corner of the rectangle.

throws DocumentException An error has occurred during Document Library execution.

Implementation

Point get topRight => Point.createFromStruct(_handle.ref.TopRight);
void topRight=(Point value)

Implementation

set topRight(Point value) => _handle.ref.TopRight = value.struct;