SecondaryTileVisualElements.ShowNameOnSquare310x310Logo 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 large secondary tile.
The large tile size is not supported on Windows Phone 8.1, so this value is ignored.
public:
property bool ShowNameOnSquare310x310Logo { bool get(); void set(bool value); };
bool ShowNameOnSquare310x310Logo();
void ShowNameOnSquare310x310Logo(bool value);
public bool ShowNameOnSquare310x310Logo { get; set; }
var boolean = secondaryTileVisualElements.showNameOnSquare310x310Logo;
secondaryTileVisualElements.showNameOnSquare310x310Logo = boolean;
Public Property ShowNameOnSquare310x310Logo As Boolean
Property Value
Boolean
bool
True to dhow the display name on the tile; otherwise, false. The default value is false.