Microsoft DirectX 9.0 SDK Update (October 2004)

Light.Enabled Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets a Boolean value that enables or disables a set of lighting parameters within a device.

Definition

Visual Basic .NET Public Property Enabled As Boolean
C# public bool Enabled { get; set; }
Managed C++ public: __property bool get_Enabled();
public: __property void set_Enabled(bool);
JScript .NET public function get Enabled() : boolean
public function set Enabled(boolean);

Property Value

System.Boolean . Value that enables or disables the lighting parameters.

This property is read/write. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center