This documentation is for the old version. Go to the latest Graphics Mill docs

VirtualListView.IconicViewTextInfoId Property

Specifies type of the text information to be displayed for each item in all view modes, except of the Details.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Property IconicViewTextInfoId As Integer
C#
public int IconicViewTextInfoId { get; set; }

Property Value

An identifier of the item piece of information to be displayed under each item.

Remarks

ThumbnailListItem class provides access to the following pieces of text information:

Constant Description
TextInfoIdCreationDate File creation date.
TextInfoIdDisplayName Display name of the item (its file name without path with or without extention depending on Windows settings).
TextInfoIdFileSize File size.
TextInfoIdFileType File type name (as registered in Windows).
TextInfoIdPath Full path to the file.

If you implement your own list items, you should define identifiers of pieces of text information yourself.

See Also

Reference