VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailFlowStyle Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    ThumbnailFlowStyle Enumeration
    In This Topic
    Specifies available styles of an arrangement of thumbnails.
    Syntax
    'Declaration
    
    Public Enum ThumbnailFlowStyle
       Inherits System.Enum
    
    
    public enum ThumbnailFlowStyle : System.Enum
    
    
    __value public enum ThumbnailFlowStyle : public System.Enum
    
    
    public enum class ThumbnailFlowStyle : public System.Enum
    
    
    Members
    MemberDescription
    SingleColumnElements flow from the top of the design surface to the bottom in a single column.
    SingleRowElements flow from the left edge of the design surface to the right in a single row.
    WrappedRowsElements flow from the left edge of the design surface to the right with wrapping.
    FixedColumnsElements flow from the left edge of the design surface to the right in a specified number of columns.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.UI.ThumbnailFlowStyle

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also