Change color of colliding objects.
Namespace: Ico.GwxAssembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.306.0 (10.97.306.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>) |