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.2.419.0 (24.2.419.0)
Syntax public 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:
CesiumPropertyRectangularSee Also