RenderMask Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Specifies the layer mask upon which a label should be drawn.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Public Enumeration RenderMask
Members
| Member name | Value | Description |
---|
| None | 0 |
None
|
| Primary | 1 |
The primary label rendering mask
|
| Overlay | 2 |
The overlay label rendering mask
|
| Both | 3 |
Both label rendering masks
|
Remarks During rendering,
label placement is affected by the position of other labels on the same mask; labels
drawn on the Overlay mask are affected only by other labels on the Overlay mask.
GeoBase draws internal labels on the Primary mask by default, but the map style used can
change this behavior.
See Also