Click or drag to resize

CentralBodySurfaceCurveGraphics.Shadows Property

Gets or sets whether or not the curve casts or receives shadows. If not specified, the default is Disabled.

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<CesiumShadowMode> Shadows { get; set; }

Property Value

Type: CesiumProperty<CesiumShadowMode>
See Also