Sets/gets the Pointer3D color

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

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

See Also