LetterCase 列挙型

定義

文字の大文字と小文字の書式設定を表します。

public enum class LetterCase
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class LetterCase
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum LetterCase
var value = Windows.UI.Text.LetterCase.lower
Public Enum LetterCase
継承
LetterCase
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

Lower 0

小文字。

Upper 1

大文字。

適用対象

こちらもご覧ください