LabelGraphicsText Property  | 
 
            Gets or sets the text of the label.  A newline character (\n) indicates line breaks.
            
 
    Namespace: 
   AGI.Foundation.Cesium
    Assembly:
   AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CesiumProperty<string> Text { get; set; }Public Property Text As CesiumProperty(Of String)
	Get
	Set
public:
property CesiumProperty<String^>^ Text {
	CesiumProperty<String^>^ get ();
	void set (CesiumProperty<String^>^ value);
}member Text : CesiumProperty<string> with get, set
Property Value
Type: 
CesiumPropertyString
See Also