|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property LightDirection As Ctl3d.LightDirections
[C#]
public Ctl3d.LightDirections LightDirection {get; set;}
[C++]
public: __property Ctl3d.LightDirections get_LightDirection ();
public: __property void set_LightDirection (Ctl3d.LightDirections);
| ||||||||||||||||||||||||||||||
|
|
| ||||||||||||||||||||||||||||||
|
Remarks
|
The direction from which the light impacts the control.
Supported values are the following:
For further information about surface lighting, see the How to manage surface lighting section.
|