ImageGear .NET v24.12 - Updated
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
public bool DisplayMarks {get; set;}
public: __property bool get_DisplayMarks();
public: __property void set_DisplayMarks( 
   bool value
);
public:
property bool DisplayMarks {
   bool get();
   void set (    bool value);
}

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