SecondaryTileVisualElements.ShowNameOnSquare150x150Logo 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 medium secondary tile.
The display name is never shown on a medium secondary tile on Windows Phone 8.1, so this value is ignored.
public:
property bool ShowNameOnSquare150x150Logo { bool get(); void set(bool value); };
bool ShowNameOnSquare150x150Logo();
void ShowNameOnSquare150x150Logo(bool value);
public bool ShowNameOnSquare150x150Logo { get; set; }
var boolean = secondaryTileVisualElements.showNameOnSquare150x150Logo;
secondaryTileVisualElements.showNameOnSquare150x150Logo = boolean;
Public Property ShowNameOnSquare150x150Logo As Boolean
Property Value
Boolean
bool
True to show the display name on the tile; otherwise, false. The default value is false.