Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum CesiumLabelStyle
Members
  Member nameDescription
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