Gets or sets the color of the streamlines

Namespace: Visualisierung_BSP2
Assembly: Visualisierung_BSP2 (in Visualisierung_BSP2.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Color LineColor { get; set; }
Visual Basic
Public Property LineColor As Color
	Get
	Set
Visual C++
public:
property Color LineColor {
	Color get ();
	void set (Color value);
}

See Also