Get the lighting graphics.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Lighting() As IAgVeGfxLighting
|
| [C#] |
|---|
public IAgVeGfxLighting Lighting {get;}
|
| [Managed C++] |
|---|
public: __property IAgVeGfxLighting^ get_Lighting();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Lighting(
|
| [Java] |
|---|
public IAgVeGfxLighting getLighting();
|