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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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
IPathGraphicsServicePathGraphics
See Also