ImageGear .NET - Updated December 24, 2018
Background Property (ImGearPageDisplay)




ImageGear24.Core Assembly > ImageGear.Display Namespace > ImGearPageDisplay Class : Background Property
Gets background drawing attributes.
Syntax
'Declaration
 
Public ReadOnly Property Background As IImGearBackground
 
'Usage
 
Dim instance As ImGearPageDisplay
Dim value As IImGearBackground
 
value = instance.Background

Property Value

IImGearBackground interface.
Remarks
Value returned is a reference to ImGearPageDisplay internal object. Accordingly, its modification affects parent ImGearPageDisplay.
See Also

Reference

ImGearPageDisplay Class
ImGearPageDisplay Members
IImGearBackground Interface