Click or drag to resize

RenderMask Enumeration

Verizon Connect Logo
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 enum RenderMask
Members
  Member nameValueDescription
None0 None
Primary1 The primary label rendering mask
Overlay2 The overlay label rendering mask
Both3 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