ImageGear .NET - Updated
Background Property (ImGearPresentationPageDisplay)




ImageGear24.Presentation Assembly > ImageGear.Display Namespace > ImGearPresentationPageDisplay Class : Background Property
Gets background drawing attributes.
Syntax
'Declaration
 
Public ReadOnly Property Background As IImGearBackground
'Usage
 
Dim instance As ImGearPresentationPageDisplay
Dim value As IImGearBackground
 
value = instance.Background
public IImGearBackground Background {get;}
public: __property IImGearBackground* get_Background();
public:
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.

For ImGearPresentationPageDisplay the value of IImGearBackground.IImGearBackground.Mode by default is ImGearBackgroundModes.NONE. To enable backgroud drawing for the ImGearPresentationPageDisplay, please set the IImGearBackground.IImGearBackground.Mode to ImGearBackgroundModes.BEYOND_IMAGE value.

See Also

Reference

ImGearPresentationPageDisplay Class
ImGearPresentationPageDisplay Members
IImGearBackground Interface