| LabelGraphicsOutlineWidth Property  | 
 
            Gets or sets the outline width of the label.
            This property only has an effect if 
Style is 
Outline or
            
FillAndOutline.
            If not specified, the default is 1.0.
            
 
    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<double> OutlineWidth { get; set; }Public Property OutlineWidth As CesiumProperty(Of Double)
	Get
	Set
public:
property CesiumProperty<double>^ OutlineWidth {
	CesiumProperty<double>^ get ();
	void set (CesiumProperty<double>^ value);
}member OutlineWidth : CesiumProperty<float> with get, set
Property Value
Type: 
CesiumPropertyDouble See Also
See Also