共用方式為


SecondaryTileVisualElements.ShowNameOnSquare150x150Logo 屬性

定義

指定是否應該在中型次要磚上顯示顯示名稱。

Windows Phone 8.1 的中次要磚上永遠不會顯示顯示名稱,因此會忽略此值。

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

屬性值

Boolean

bool

True 是表示 在圖格上顯示顯示名稱;否則為 false。 預設值為 false

適用於

另請參閱