Click or drag to resize

ThumbViewAttribute Enumeration

Specifies values for the DisplayText and SortBy properties.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum ThumbViewAttribute
Members
  Member nameDescription
None

DisplayText: No text is displayed.

SortBy: No sorting is performed.

FileName

DisplayText: The filename is displayed.

SortBy: As files are added, they are sorted by their filenames.

DateModified

DisplayText: The last date the file was modified is displayed.

SortBy: The files are sorted by their last modified date.

Size

DisplayText: The file size is displayed.

SortBy: The files are sorted by their file size.

Type

DisplayText: The type of file is displayed.

SortBy: The files are sorted by their type.

DisplayName

DisplayText: The display text is shown.

SortBy: The thumbnails are sorted by their display name.

See Also