PathGraphicsExtensionPathGraphics Property |
Gets or sets the graphical properties of the path.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PathGraphics PathGraphics { get; set; }
Public Property PathGraphics As PathGraphics
Get
Set
public:
virtual property PathGraphics^ PathGraphics {
PathGraphics^ get () sealed;
void set (PathGraphics^ value) sealed;
}
abstract PathGraphics : PathGraphics with get, set
override PathGraphics : PathGraphics with get, set
Property Value
Type:
PathGraphicsImplements
IPathGraphicsServicePathGraphicsSee Also