GridMaterialGraphicsCellAlpha Property  | 
 
            Gets or sets the alpha value of grid cells, this is combined with the overall alpha specified in 
Color.
            If not specified, the default is 0.1.
            
 
    Namespace: 
   AGI.Foundation.Cesium
    Assembly:
   AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CesiumProperty<double> CellAlpha { get; set; }Public Property CellAlpha As CesiumProperty(Of Double)
	Get
	Set
public:
property CesiumProperty<double>^ CellAlpha {
	CesiumProperty<double>^ get ();
	void set (CesiumProperty<double>^ value);
}member CellAlpha : CesiumProperty<float> with get, set
Property Value
Type: 
CesiumPropertyDouble
See Also