ForegroundText 枚举

定义

指定磁贴的前景文本的颜色。

注意

Windows Phone 8.1 上忽略此值。

public enum class ForegroundText
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ForegroundText
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ForegroundText
var value = Windows.UI.StartScreen.ForegroundText.dark
Public Enum ForegroundText
继承
ForegroundText
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

Dark 0

Windows 指定的默认深色文本颜色。

Light 1

Windows 指定的默认浅色文本颜色。

适用于

另请参阅