GlobeImageOverlayTranslucency Property  | 
 
Gets or sets the translucency value for the image. The translucency is between 0 and 1, where 0 is fully opaque and 1 is invisible.
 
    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 Translucency { get; set; }Public Overridable Property Translucency As Single
	Get
	Set
public:
virtual property float Translucency {
	float get ();
	void set (float value);
}abstract Translucency : float32 with get, set
override Translucency : float32 with get, set
Property Value
Type: 
Single
See Also