ContextualSearchGameClipThumbnailType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the type of thumbnail
[Windows.Foundation.Metadata.Version(1)]
public enum ContextualSearchGameClipThumbnailType
type ContextualSearchGameClipThumbnailType =
Public Enum ContextualSearchGameClipThumbnailType
- Inheritance
-
ContextualSearchGameClipThumbnailType
- Attributes
-
Windows.Foundation.Metadata.VersionAttribute
Fields
Name | Value | Description |
---|---|---|
None | 0 | Thumbnail type is not specified. This is an invalid value in most cases. |
SmallThumbnail | 1 | Specifies a small thumbnail. Small is 370 pixels in height by 208 pixels in width. |
LargeThumbnail | 2 | Specifies a large thumbnail. Large is 754 pixels in height by 424 pixels in width. |