TextDecorations 列舉

定義

標示列舉定義文字裝飾。

此列舉支援其成員值的位元組合。

[System.Flags]
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.TextDecorationConverter))]
public enum TextDecorations
type TextDecorations = 
繼承
System.Enum
TextDecorations
屬性
System.FlagsAttribute TypeConverterAttribute

欄位

None 0

沒有文字裝飾。

Strikethrough 2

單行刪除線。

Underline 1

文字底線。

適用於