ImageGear .NET - Updated
Background Property (IImGearPageDisplay)




ImageGear24.Core Assembly > ImageGear.Display Namespace > IImGearPageDisplay Interface : Background Property
Gets background drawing attributes.
Syntax
'Declaration
 
ReadOnly Property Background As IImGearBackground
'Usage
 
Dim instance As IImGearPageDisplay
Dim value As IImGearBackground
 
value = instance.Background
IImGearBackground Background {get;}
__property IImGearBackground* get_Background();
property IImGearBackground^ Background {
   IImGearBackground^ get();
}

Property Value

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

Reference

IImGearPageDisplay Interface
IImGearPageDisplay Members
IImGearBackground Interface