ProjectedRasterShowShadows Property  | 
 
Gets or sets whether to show shadows or not.  When set to true, the
Raster will only be projected onto parts of the terrain
visible from the 
Projection's position.
When false, the 
Raster will project onto any terrain inside the
Projection's view frustum.  Shadows are more
realistic, but are slower to render.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool ShowShadows { get; set; }Public Property ShowShadows As Boolean
	Get
	Set
public:
property bool ShowShadows {
	bool get ();
	void set (bool value);
}member ShowShadows : bool with get, set
Property Value
Type: 
Boolean
See Also