SecondaryTileVisualElements.ForegroundText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property ForegroundText ForegroundText { ForegroundText get(); void set(ForegroundText value); };
ForegroundText ForegroundText();
void ForegroundText(ForegroundText value);
public ForegroundText ForegroundText { get; set; }
var foregroundText = secondaryTileVisualElements.foregroundText;
secondaryTileVisualElements.foregroundText = foregroundText;
Public Property ForegroundText As ForegroundText
屬性值
其中一個值,指定預設深色或預設淺色文字。
備註
如果未指定這個屬性,則會繼承自父應用程式磚的前景文字屬性。
只有兩種文字色彩可供使用:預設深色和預設淺色,且由 Windows 設定。 選擇最適合您選擇 背景色彩 和標誌影像不透明度的文字色彩。