GraphicalVector.VectorGraphics Property |
Gets or sets the vector graphics.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic VectorGraphics VectorGraphics { get; set; }
Public Property VectorGraphics As VectorGraphics
Get
Set
public:
virtual property VectorGraphics^ VectorGraphics {
VectorGraphics^ get () sealed;
void set (VectorGraphics^ value) sealed;
}
abstract VectorGraphics : VectorGraphics with get, set
override VectorGraphics : VectorGraphics with get, set
Property Value
Type:
VectorGraphicsImplements
IVectorGraphicsService.VectorGraphics
See Also