ThumbnailHighlightColor Property
Gets or sets the color for highlighting the selected thumbnails.
Syntax
'Declaration <CategoryAttribute("PDF")> <DescriptionAttribute("Highlight color for thumbnails")> <DefaultValueAttribute(System.Drawing.Color, "64, 173, 216, 230")> Public Property ThumbnailHighlightColor As Color
'Usage Dim instance As PDFPageThumbnailView Dim value As Color instance.ThumbnailHighlightColor = value value = instance.ThumbnailHighlightColor
[Category("PDF")] [Description("Highlight color for thumbnails")] [DefaultValue(System.Drawing.Color, "64, 173, 216, 230")] public Color ThumbnailHighlightColor {get; set;}
Property Value
The highlight color for thumbails.Remarks
It is recommended to use a transparent color (alpha less than 255) for this property, otherwise the thumbnail under selection will not be visible.
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also