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




In This Topic
    Layout Property (IImGearPageDisplay)
    In This Topic
    Gets image display layout settings.
    Syntax
    'Declaration
     
    ReadOnly Property Layout As IImGearLayout
    'Usage
     
    Dim instance As IImGearPageDisplay
    Dim value As IImGearLayout
     
    value = instance.Layout
    IImGearLayout Layout {get;}
    __property IImGearLayout* get_Layout();
    property IImGearLayout^ Layout {
       IImGearLayout^ get();
    }

    Property Value

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