Change color of colliding objects.

Namespace: Ico.Gwx
Assembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
[ObsoleteAttribute("Use Brush instead")]
public Nullable<Color> Color { get; set; }
Visual Basic
<ObsoleteAttribute("Use Brush instead")> _
Public Property Color As Nullable(Of Color)
	Get
	Set
JScript
function get Color () : Nullable<Color>
function set Color (value : Nullable<Color>)

See Also