ProjectedRasterShadowTranslucency Property  | 
 
Gets or sets the translucency of the projection shadows.
Translucency is between 0 and 1,
where 0 is opaque and 1 is transparent.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual float ShadowTranslucency { get; set; }Public Overridable Property ShadowTranslucency As Single
	Get
	Set
public:
virtual property float ShadowTranslucency {
	float get ();
	void set (float value);
}abstract ShadowTranslucency : float32 with get, set
override ShadowTranslucency : float32 with get, set
Property Value
Type: 
Single
Exceptions
See Also