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




In This Topic
    Layout Property (ImGearPageDisplay)
    In This Topic
    Gets image display layout settings.
    Syntax
    'Declaration
     
    Public ReadOnly Property Layout As IImGearLayout
    'Usage
     
    Dim instance As ImGearPageDisplay
    Dim value As IImGearLayout
     
    value = instance.Layout
    public IImGearLayout Layout {get;}
    public: __property IImGearLayout* get_Layout();
    public:
    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