Version

GalleryItemSelectionDisplayMode Enumeration

Determines which area of the GalleryItem is highlighted when the item is selected.
Syntax
'Declaration
 
Public Enum GalleryItemSelectionDisplayMode 
   Inherits System.Enum
public enum GalleryItemSelectionDisplayMode : System.Enum 
Members
MemberDescription
DefaultDefault setting. The ultimate default is HighlightImageOnly.
HighlightEntireItemSelected GalleryItems are displayed with a highlight around the entire item (image and text).
HighlightImageOnlySelected GalleryItems are displayed with a highlight around the item's image.
NoneSelected GalleryItems do not display differently than un-selected GalleryItems.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also