ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorView Class / SetBkGnd Method
New background color for the View.




In This Topic
    SetBkGnd Method
    In This Topic
    Sets the current background color of the view.
    Syntax
    'Declaration
     
    Public Sub SetBkGnd( _
       ByVal backgroundColor As ImGearVectorColor _
    ) 
    'Usage
     
    Dim instance As ImGearVectorView
    Dim backgroundColor As ImGearVectorColor
     
    instance.SetBkGnd(backgroundColor)
    public void SetBkGnd( 
       ImGearVectorColor backgroundColor
    )
    public: void SetBkGnd( 
       ImGearVectorColor backgroundColor
    ) 
    public:
    void SetBkGnd( 
       ImGearVectorColor backgroundColor
    ) 

    Parameters

    backgroundColor
    New background color for the View.
    See Also