Click or drag to resize

LabelGraphicsFont Property

Gets or sets the font of the label. The format of the string is expected to be a CSS font property. If not specified, the default is "30px sans-serif".

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumProperty<string> Font { get; set; }

Property Value

Type: CesiumPropertyString
See Also