SensorFieldOfViewVisualizerTEntityVolumeBackLineColor Property |
Gets or sets a value defining the colors of the back lines of the volume.
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 VolumeBackLineColor { get; set; }
Public Property VolumeBackLineColor As Color
Get
Set
public:
property Color VolumeBackLineColor {
Color get ();
void set (Color value);
}
member VolumeBackLineColor : Color with get, set
Property Value
Type:
Color
See Also