ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.Display Namespace / ImGearPresentationPageDisplay Class / Layout Property




In This Topic
    Layout Property (ImGearPresentationPageDisplay)
    In This Topic
    Gets image display layout settings.
    Syntax
    'Declaration
     
    Public ReadOnly Property Layout As IImGearLayout
    'Usage
     
    Dim instance As ImGearPresentationPageDisplay
    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