Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.ImageLayout Enumeration


SheetView.ImageLayout Enumeration
Specifies the position of the image on viewport.
Syntax
'Declaration
 
Public Enum SheetView.ImageLayout 
   Inherits System.Enum
 
'Usage
 
Dim instance As SheetView.ImageLayout
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