LabelGraphicsExtensionLabelGraphics Property |
Gets or sets the graphical properties of the label.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic LabelGraphics LabelGraphics { get; set; }
Public Property LabelGraphics As LabelGraphics
Get
Set
public:
virtual property LabelGraphics^ LabelGraphics {
LabelGraphics^ get () sealed;
void set (LabelGraphics^ value) sealed;
}
abstract LabelGraphics : LabelGraphics with get, set
override LabelGraphics : LabelGraphics with get, set
Property Value
Type:
LabelGraphicsImplements
ILabelGraphicsServiceLabelGraphics
See Also