ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorView Class / LightingEnabled Property




In This Topic
    LightingEnabled Property
    In This Topic
    Gets or sets a value indicating whether lighting is enabled.
    Syntax
    'Declaration
     
    Public Property LightingEnabled As Boolean
    'Usage
     
    Dim instance As ImGearVectorView
    Dim value As Boolean
     
    instance.LightingEnabled = value
     
    value = instance.LightingEnabled
    public bool LightingEnabled {get; set;}
    public: __property bool get_LightingEnabled();
    public: __property void set_LightingEnabled( 
       bool value
    );
    public:
    property bool LightingEnabled {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    If lighting is enabled then view ambient color and light sources are taken into account when displaying the view content. The default value is false.
    See Also