CentralBodySurfaceCurveGraphicsShadows 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: 24.2.419.0 (24.2.419.0)
Syntax public CesiumProperty<CesiumShadowMode> Shadows { get; set; }
Public Property Shadows As CesiumProperty(Of CesiumShadowMode)
Get
Set
public:
property CesiumProperty<CesiumShadowMode>^ Shadows {
CesiumProperty<CesiumShadowMode>^ get ();
void set (CesiumProperty<CesiumShadowMode>^ value);
}
member Shadows : CesiumProperty<CesiumShadowMode> with get, set
Property Value
Type:
CesiumPropertyCesiumShadowModeSee Also