ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / DisplayMarks Property




In This Topic
    DisplayMarks Property
    In This Topic
    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