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




In This Topic
    EnableLight Property
    In This Topic
    Enables or disables the light source.
    Syntax
    'Declaration
     
    Public Property EnableLight As Boolean
    'Usage
     
    Dim instance As CADLight
    Dim value As Boolean
     
    instance.EnableLight = value
     
    value = instance.EnableLight
    public bool EnableLight {get; set;}
    public: __property bool get_EnableLight();
    public: __property void set_EnableLight( 
       bool value
    );
    public:
    property bool EnableLight {
       bool get();
       void set (    bool value);
    }
    See Also