| PointVisualizerTEntityOutlineTranslucency Property  | 
 
            Gets or sets the translucency of the outline.  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 float OutlineTranslucency { get; set; }Public Property OutlineTranslucency As Single
	Get
	Set
public:
property float OutlineTranslucency {
	float get ();
	void set (float value);
}member OutlineTranslucency : float32 with get, set
Property Value
Type: 
Single See Also
See Also