ImageGear .NET - Updated December 24, 2018
SetBkGnd Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : SetBkGnd Method
New background color for the View.
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)

Parameters

backgroundColor
New background color for the View.
See Also

Reference

ImGearVectorView Class
ImGearVectorView Members
ImGearVectorColor Structure