CesiumLabelStyle Enumeration |
Specifies how the text of a label is drawn.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum CesiumLabelStyle
Public Enumeration CesiumLabelStyle
public enum class CesiumLabelStyle
Members
| Member name | Description |
---|
| Fill |
The text of the label is filled, but not outlined.
|
| Outline |
The text of the label is outlined, but not filled.
|
| FillAndOutline |
The text of the label is both filled and outlined.
|
See Also