Compartir a través de


Device.Lights Property

Gets the light collection on the current device.

Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)

Syntax

'Declaration
Public ReadOnly Property Lights As LightsCollection
'Usage
Dim instance As Device
Dim value As LightsCollection

value = instance.Lights
public LightsCollection Lights { get; }
public:
property LightsCollection^ Lights {
    LightsCollection^ get ();
}
/** @property */
public LightsCollection get_Lights ()
public function get Lights () : LightsCollection
Not applicable.

Property Value

A Light object.

Platforms

Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

Device Class
Device Members
Microsoft.WindowsMobile.DirectX.Direct3D Namespace