SensorFieldOfViewVisualizerTEntityVolumeOutlineColor Property |
Gets or sets a value defining the color and translucency of the volume outline.
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 VolumeOutlineColor { get; set; }
Public Property VolumeOutlineColor As Color
Get
Set
public:
property Color VolumeOutlineColor {
Color get ();
void set (Color value);
}
member VolumeOutlineColor : Color with get, set
Property Value
Type:
Color
See Also