ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorLightSource Class / Enabled Property




In This Topic
    Enabled Property (ImGearVectorLightSource)
    In This Topic
    Gets or sets a value indicating whether to enable or disable the light source.
    Syntax
    'Declaration
     
    Public Property Enabled As Boolean
    'Usage
     
    Dim instance As ImGearVectorLightSource
    Dim value As Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    public bool Enabled {get; set;}
    public: __property bool get_Enabled();
    public: __property void set_Enabled( 
       bool value
    );
    public:
    property bool Enabled {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    The default value is false.
    See Also