Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.ImageLayout Enumeration


In This Topic
    SheetView.ImageLayout Enumeration
    In This Topic
    Specifies the position of the image on viewport.
    Syntax
    'Declaration
     
    
    Public Enum SheetView.ImageLayout 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SheetView.ImageLayout
    public enum SheetView.ImageLayout : System.Enum 
    Members
    MemberDescription
    NoneThe image is left-aligned at the top across the control's client rectangle.
    TileThe image is tiled across the control's client rectangle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.SheetView.ImageLayout

    See Also