.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > View3D Class : EnableLighting Property
EnableLighting Property
Gets or sets a value that determines whether lighting is rendered on 3D object.
Syntax
'Declaration
 
Public Property EnableLighting As Boolean
'Usage
 
Dim instance As View3D
Dim value As Boolean
 
instance.EnableLighting = value
 
value = instance.EnableLighting
public bool EnableLighting {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also