ImageGear21.Presentation Assembly > ImageGear.Display Namespace > ImGearPresentationPageDisplay Class : Background Property |
'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(); }
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.