Click or drag to resize

LabelGraphicsBackgroundPadding Property

Gets or sets the amount of padding between the text and the label's background in each dimension, in pixels. If not specified, the default is 7 pixels horizontally and 5 pixels vertically.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumProperty<Rectangular> BackgroundPadding { get; set; }

Property Value

Type: CesiumPropertyRectangular
See Also