Gets or sets a value indicating whether lighting is enabled.
Syntax
'Declaration
Public Property LightingEnabled As Boolean
'Usage
Dim instance As ImGearVectorView
Dim value As Boolean
instance.LightingEnabled = value
value = instance.LightingEnabled
public bool LightingEnabled {get; set;}
public: __property bool get_LightingEnabled();
public: __property void set_LightingEnabled(
bool value
);
public:
property bool LightingEnabled {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also