Click or drag to resize

LinkGraphicsMaterial Property

Gets or sets the material used to draw the line. If not specified, the default is a SolidColorMaterialGraphics with Color set to White.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumProperty<IPolylineMaterialGraphics> Material { get; set; }

Property Value

Type: CesiumPropertyIPolylineMaterialGraphics
See Also