SymbolAnchorPlacementMode Class
Enumerates the type of placement modes in a SymbolAnchor. More...
Since: | Esri::ArcGISRuntime 100.5 |
Detailed Description
Enumerates the type of placement modes in a SymbolAnchor.
The SymbolAnchorPlacementMode can be one of:
Value | Description |
---|---|
SymbolAnchorPlacementMode::Relative (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. |
SymbolAnchorPlacementMode::Absolute (1) | Specify anchor with absolute values. This mode causes anchor values to be interpreted as absolute units (DIPs) rather than percentages. |