Share via


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

文本下划线。

适用于