stickToBorder property
bool
get
stickToBorder
@brief Specifies whether sublocation content sticks to screen borders. If true, content sticks to screen bounds; if false, content is centered. Default: true.
Dart code snippet: @snippet location_window_interaction_example.dart dart_LocationWindow_setStickToBorder
Implementation
bool get stickToBorder;
set
stickToBorder
(bool stickToBorder)
Implementation
void set stickToBorder(bool stickToBorder);