Version

TextVisibility Property

Returns a value that determines if the GalleryItem text is displayed. (read-only)
Syntax
'Declaration
 
Public ReadOnly Property TextVisibility As Visibility
public Visibility TextVisibility {get;}
Remarks

Note: The returned value is based on the resolved setting of the GalleryItemSettings.TextDisplayMode property of the GalleryItemSettings object for the GalleryItem and the current location of the GalleryItem (i.e., in the GalleryTool preview area or the dropdown). GalleryItems that appear in the GalleryTool dropdown will display their text by default while GalleryItems in the GalleryTool preview area will not display their text by default.

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