GarsGridGenerator.TextHaloWidth Property
Gets or sets the width for all text halos.
Syntax
public AttributeVariable< System.Double > TextHaloWidth { get; set; }
Property Value
Default: 1.0
The width for all text halos.
Remarks
Since the built-in text visualizers will enlarge some labels via PointVisualizer.Scale, the halo width will also be enlarged by the same amount.
If you want to override the default behavior, you do not have to specify a constant width, since you can let the width depend on feature attributes; see TextColor for a related example.
Platforms
Windows, Linux, Android