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