TextVisualizer.BackgroundPadding Property
Gets or sets a value specifying how much extra space should be added between the text and the edges of the background box.
Syntax
public AttributeVariable< System.Double > BackgroundPadding { get; set; }
Property Value
Default: 0.0
The distance between the text and the edge of the background box.
Remarks
The distance can be expressed in pixels or in meters, as specified by the LengthUnit property.
One common usage of the BackgroundPadding is to set it to a couple of pixels combined with a completely transparent BackgroundColor (which is the default) to add separation between labels in a LabelOrganizingLayer.
Platforms
Windows, Linux, Android