GalleryItem Class Members
In This Topic
The following tables list the members exposed by GalleryItem.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Caption |
Gets the caption.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | FlipImageRTL |
Gets or sets a boolean indicating if the gallery item's icon should be flipped or not when the FlowDirection is Right-To-Left
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Group |
Gets or sets the group the gallery item belongs to.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Icon |
Gets or sets the gallery item icon.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IconLarge |
Gets or sets the large icon.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IsGroupVisible |
Gets or sets the IsGroupVisible flag.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Text |
Gets or sets the label for the gallery item.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Thumbnail |
Gets or sets the associated thumbnail.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Tooltip |
Gets or sets the tooltip to show when the mouse pauses over the gallery item.
|
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ToString |
Gets human readable name of item. Used by Narrator.
|
Top
See Also