ImageGear .NET - Updated December 24, 2018
DisplayMarks Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : DisplayMarks Property
Gets or sets a value indicating whether marks are displayed in thumbnails.
Syntax
'Declaration
 
Public Property DisplayMarks As Boolean
 
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As Boolean
 
instance.DisplayMarks = value
 
value = instance.DisplayMarks

Property Value

Boolean value.
Remarks
When this property is set to false, marks are not visible in thumbnails. Previously cached marks are still displayed (if a display is bound to the ImGearThumbnailList SelectedPageDisplay property) as well as marks loaded using the MarksLoading event, and the thumbnail ART page cache is still updated when marks are modified.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members