ImageGear .NET - Updated November 28, 2017
LightingEnabled Property




ImageGear23.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : LightingEnabled Property
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

Property Value

Boolean value.
Remarks
If lighting is enabled then view ambient color and light sources are taken into account when displaying the view content. The default value is false.
See Also

Reference

ImGearVectorView Class
ImGearVectorView Members