LabelVisualizerTEntityOutlineTranslucency Property |
Gets or sets the translucency of the label outline. 0 is opaque and 1 is transparent.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
SingleSee Also