ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearLayout Interface
Members




In This Topic
    IImGearLayout Interface
    In This Topic
    Provides access to display layout attributes.
    Object Model
    IImGearLayout InterfaceIImGearAlignment InterfaceIImGearAspectRatio InterfaceIImGearRectangle InterfaceIImGearRectangle InterfaceIImGearRectangle Interface
    Syntax
    'Declaration
     
    Public Interface IImGearLayout 
       Inherits IImGearDisplayObject 
    'Usage
     
    Dim instance As IImGearLayout
    public interface IImGearLayout : IImGearDisplayObject  
    public __gc __interface IImGearLayout : public IImGearDisplayObject  
    public interface class IImGearLayout : public IImGearDisplayObject  
    Remarks
    There are no objects implementing this interface. It is accessed via Layout property of ImGearPageDisplay object.
    See Also