| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic CesiumProperty<Rectangular> BackgroundPadding { get; set; }Public Property BackgroundPadding As CesiumProperty(Of Rectangular)
	Get
	Set
public:
property CesiumProperty<Rectangular>^ BackgroundPadding {
	CesiumProperty<Rectangular>^ get ();
	void set (CesiumProperty<Rectangular>^ value);
}member BackgroundPadding : CesiumProperty<Rectangular> with get, set
Property Value
Type: 
CesiumPropertyRectangular See Also
See Also