GarsGridGenerator.TextBackgroundColor Property
Gets or sets the background color for all text labels.
Syntax
public AttributeVariable< System.Drawing.Color > TextBackgroundColor { get; set; }
Property Value
Default: R: 255 G: 255 B: 255 A: 0
The background color for all text labels.
Remarks
If you want to override the default behavior, you do not have to specify a constant background color, since you can let the background color depend on feature attributes; see TextColor for a related example.
Platforms
Windows, Linux, Android