Click or drag to resize

AzimuthElevationMaskGraphics.Material Property

Gets or sets the material used to fill the region. 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: 25.1.421.0 (25.1.421.0)
Syntax
public CesiumProperty<IMaterialGraphics> Material { get; set; }

Property Value

Type: CesiumProperty<IMaterialGraphics>
See Also