| EntityVisualizerTEntityTranslucency Property  | 
 
            Gets or sets the translucency.  0 is opaque and 1 is transparent.
            
 
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic abstract float Translucency { get; set; }Public MustOverride Property Translucency As Single
	Get
	Set
public:
virtual property float Translucency {
	float get () abstract;
	void set (float value) abstract;
}abstract Translucency : float32 with get, set
Property Value
Type: 
Single See Also
See Also