次の方法で共有


FontAttributes 列挙型

定義

フォント スタイルを説明する値を列挙します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class FontAttributes
[System.Flags]
public enum FontAttributes
[<System.Flags>]
type FontAttributes = 
Public Enum FontAttributes
継承
FontAttributes
属性

フィールド

None 0

フォントは変更されていません。

Bold 1

フォントは太字です。

Italic 2

フォントは斜体です。

適用対象