BackgroundImageLayout Property (PopUpCalculatorInfo)
Gets or sets the layout mode of the background image.
'Declaration
Public Property BackgroundImageLayout As ImageLayout
'Usage
Dim instance As PopUpCalculatorInfo
Dim value As ImageLayout
instance.BackgroundImageLayout = value
value = instance.BackgroundImageLayout
Property Value
A
System.Windows.Forms.ImageLayout value that indicates the layout mode of the background image.
The default is
System.Windows.Forms.ImageLayout.Tile.