ImageGear .NET v24.12 - Updated
EnableShadows Property




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADLight Class : EnableShadows Property
Enable or disables generation and rendering of a shadowmap for this light source.
Syntax
'Declaration
 
Public Property EnableShadows As Boolean
'Usage
 
Dim instance As CADLight
Dim value As Boolean
 
instance.EnableShadows = value
 
value = instance.EnableShadows
public bool EnableShadows {get; set;}
public: __property bool get_EnableShadows();
public: __property void set_EnableShadows( 
   bool value
);
public:
property bool EnableShadows {
   bool get();
   void set (    bool value);
}
See Also

Reference

CADLight Class
CADLight Members