FontAttributes 列挙型

定義

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

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

[System.Flags]
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.FontAttributesConverter))]
public enum FontAttributes
type FontAttributes = 
継承
FontAttributes
属性

フィールド

Bold 1

フォントは太字です。

Italic 2

フォントは斜体です。

None 0

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

適用対象