Click or drag to resize

GM_FontBackground_t8 Enumeration

This type represents the different font background options

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
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