Gets or sets the HTML description of the object.
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