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