LabelVisualizerTEntityOutlineColor Property  | 
 
            Gets or sets the outline color for the label text.
            
 
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Color OutlineColor { get; set; }Public Property OutlineColor As Color
	Get
	Set
public:
property Color OutlineColor {
	Color get ();
	void set (Color value);
}member OutlineColor : Color with get, set
Property Value
Type: 
Color
See Also