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 で指定された既定の明るいテキストの色。

適用対象

こちらもご覧ください