ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADLight Class / EnableShadows Property




In This Topic
    EnableShadows Property
    In This Topic
    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