dotnetCHARTING Send comments on this topic.
EnableLighting Property
See Also 
dotnetCHARTING Namespace > View3D Class : EnableLighting Property


Gets or sets a value that determines whether lighting is rendered on 3D object.

Syntax

Visual Basic (Declaration) 
Public Property EnableLighting As Boolean
Visual Basic (Usage)Copy Code
Dim instance As View3D
Dim value As Boolean
 
instance.EnableLighting = value
 
value = instance.EnableLighting
C# 
public bool EnableLighting {get; set;}

See Also

© 2021 All Rights Reserved.