TextOriginOffset Attribute

The TextOriginOffset attribute indicates the point where the label will be placed. Shape coordinates are specified as a percentage of the rectangular area that restricts the shape. Coordinates count starts from the bottom left corner of the area.

On converting into TBS format, values of this attribute are assigned as values of TextOriginOffset parameter for map elements. If the TextOriginOffset attribute is not set, the following default value is set for the parameters: point 0.5,0.5.

Syntax

<fs:Attribute Name="TextOriginOffset" Type="point">

    <fs:Data Id="RU-MOS" Value="0.3,0.3" />

    ...

</fs:Attribute>

See also:

<fs:Attributes> Element