UtmGridGenerator.TextHaloWidth Property
Gets or sets the text halo width.
Syntax
public AttributeVariable< System.Double > TextHaloWidth { get; set; }
Property Value
Default: 0.5
The text halo width, in pixels.
Remarks
This width is used for the halos of text, both for line labels and for names. See TextColor if you need to use different halo widths depending on text type.
Actually, since the basic Font is scaled up when the generator wants to make larger texts, this basic text halo width is also scaled up. So for large text labels, the halo will appear wider than the given value.
Platforms
Windows, Linux, Android