anchor property

Anchor2D anchor

Gets pinned Widget's placement relative to geographical location,

Implementation

Anchor2D get anchor;
void anchor=(Anchor2D newAnchor)

Controls pinned Widget's placement relative to geographical location, with (0,0) meaning top left corner of the Widget is placed at coordinates and (1,1) for bottom right corner.

Implementation

set anchor(Anchor2D newAnchor);