TextDecorations Výčet

Definice

Výčet příznakem definující textové dekorace.

Tento výčet podporuje bitové kombinace hodnot jeho členů.

[System.Flags]
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.TextDecorationConverter))]
public enum TextDecorations
type TextDecorations = 
Dědičnost
TextDecorations
Atributy

Pole

None 0

Žádná dekorace textu.

Strikethrough 2

Jednořádkovou přeškrtnutí.

Underline 1

Podtržení textu

Platí pro