GM_FontBackground_t8 Enumeration
This type represents the different font background options

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public enum GM_FontBackground_t8
Members
Member nameValueDescription
Font_BgAuto0Automatically choose transparent or opaque background (all transparent except when centered on line)
Font_BgOpaque1Fill label background with current background color
Font_BgTransparent2Make label background transparent
See Also