SecondaryTileVisualElements.ShowNameOnWide310x150Logo Property
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.
Specifies whether the display name should be shown on the wide secondary tile.
public:
property bool ShowNameOnWide310x150Logo { bool get(); void set(bool value); };
bool ShowNameOnWide310x150Logo();
void ShowNameOnWide310x150Logo(bool value);
public bool ShowNameOnWide310x150Logo { get; set; }
var boolean = secondaryTileVisualElements.showNameOnWide310x150Logo;
secondaryTileVisualElements.showNameOnWide310x150Logo = boolean;
Public Property ShowNameOnWide310x150Logo As Boolean
Property Value
Boolean
bool
True to show the display name on the tile; otherwise, false. The default value is false.