ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearPageDisplay Interface / Background Property




In This Topic
    Background Property (IImGearPageDisplay)
    In This Topic
    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