The SymbolAnchorPlacementMode can be one of:
Constant | Description |
---|---|
Enums.SymbolAnchorPlacementModeRelative | (0) Specify anchor with relative values. This mode causes anchor values to be interpreted as percentages,relative to the origin of the symbol. Percentage values must be expressed as fractions between [0, 1]. A 50% (.5) x-anchor, for example, moves the symbol layer anchor in the positive-x direction an amount equal to 50% of the symbol layer size. |
Enums.SymbolAnchorPlacementModeAbsolute | (1) Specify anchor with absolute values. This mode causes anchor values to be interpreted as absolute units (DIPs) rather than percentages. |