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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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