LabelGraphicsStyle Property |
Gets or sets the style of the label.
If not specified, the default is
Fill.
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<CesiumLabelStyle> Style { get; set; }
Public Property Style As CesiumProperty(Of CesiumLabelStyle)
Get
Set
public:
property CesiumProperty<CesiumLabelStyle>^ Style {
CesiumProperty<CesiumLabelStyle>^ get ();
void set (CesiumProperty<CesiumLabelStyle>^ value);
}
member Style : CesiumProperty<CesiumLabelStyle> with get, set
Property Value
Type:
CesiumPropertyCesiumLabelStyleSee Also