SecondaryTileVisualElements.ForegroundText 属性

定义

指定磁贴应使用深色文本还是浅色文本。

Windows Phone 8.1 上忽略此值。 手机上辅助磁贴的前景文本颜色始终为浅色。

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 设置。 通过所选的背景色和徽标图像的不透明度,选择最适合的文本 颜色

适用于

另请参阅