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.2.419.0 (24.2.419.0)
Syntax public CesiumProperty<string> Font { get; set; }
Public Property Font As CesiumProperty(Of String)
Get
Set
public:
property CesiumProperty<String^>^ Font {
CesiumProperty<String^>^ get ();
void set (CesiumProperty<String^>^ value);
}
member Font : CesiumProperty<string> with get, set
Property Value
Type:
CesiumPropertyStringSee Also