TextDecorations 列挙型

定義

文字装飾を定義する列挙型のフラグ設定。

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

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

フィールド

None 0

文字装飾がありません。

Strikethrough 2

一重線の取り消し線。

Underline 1

テキストの下線。

適用対象