TileBranding Enum
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.
The form that the Tile should use to display the app's brand.
public enum TileBranding
type TileBranding =
Public Enum TileBranding
- Inheritance
-
TileBranding
Name | Value | Description |
---|---|---|
Auto | 0 | The default choice. If ShowNameOn___ is true for the Tile size being displayed, then branding will be "Name". Otherwise it will be "None". |
None | 1 | No branding will be displayed. |
Name | 2 | The DisplayName will be shown. |
Logo | 3 | Desktop-only. The Square44x44Logo will be shown. On Mobile, this will fallback to Name. |
NameAndLogo | 4 | Desktop-only. Both the DisplayName and Square44x44Logo will be shown. On Mobile, this will fallback to Name. |
Produit | Versions |
---|---|
Windows Community Toolkit | 6.1.1, 7.0.0, 7.1.0 |