SecondaryTileVisualElements.ShowNameOnWide310x150Logo Property

Definition

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.

Applies to

See also