Loading...
Searching...
No Matches

Anchor position of a map object title relative to its placement point. More...

Public Attributes

 CENTER
 Center of the text.
 
 TOP
 Top edge of the text.
 
 BOTTOM
 Bottom edge of the text.
 
 LEFT
 Left edge of the text.
 
 RIGHT
 Right edge of the text.
 
 TOP_LEFT
 Top-left corner of the text.
 
 TOP_RIGHT
 Top-right corner of the text.
 
 BOTTOM_LEFT
 Bottom-left corner of the text.
 
 BOTTOM_RIGHT
 Bottom-right corner of the text.
 

Detailed Description

Anchor position of a map object title relative to its placement point.

Referenced from TitleStyle, MapObject.

Definition at line 18 of file title_anchor.dart.

Member Data Documentation

◆ BOTTOM

TitleAnchor.BOTTOM

Bottom edge of the text.

Definition at line 30 of file title_anchor.dart.

◆ BOTTOM_LEFT

TitleAnchor.BOTTOM_LEFT

Bottom-left corner of the text.

Definition at line 50 of file title_anchor.dart.

◆ BOTTOM_RIGHT

TitleAnchor.BOTTOM_RIGHT

Bottom-right corner of the text.

Definition at line 54 of file title_anchor.dart.

◆ CENTER

TitleAnchor.CENTER

Center of the text.

Definition at line 22 of file title_anchor.dart.

◆ LEFT

TitleAnchor.LEFT

Left edge of the text.

Definition at line 34 of file title_anchor.dart.

◆ RIGHT

TitleAnchor.RIGHT

Right edge of the text.

Definition at line 38 of file title_anchor.dart.

◆ TOP

TitleAnchor.TOP

Top edge of the text.

Definition at line 26 of file title_anchor.dart.

◆ TOP_LEFT

TitleAnchor.TOP_LEFT

Top-left corner of the text.

Definition at line 42 of file title_anchor.dart.

◆ TOP_RIGHT

TitleAnchor.TOP_RIGHT

Top-right corner of the text.

Definition at line 46 of file title_anchor.dart.


The documentation for this enum was generated from the following file: