ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearPageDisplay Class / Background Property




In This Topic
    Background Property (ImGearPageDisplay)
    In This Topic
    Gets background drawing attributes.
    Syntax
    'Declaration
     
    Public ReadOnly Property Background As IImGearBackground
    'Usage
     
    Dim instance As ImGearPageDisplay
    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.
    See Also