TextDecorations Sabit listesi

Tanım

Metin süslemelerini tanımlayan numaralandırmayı işaretleme.

Bu sabit listesi, üyeleri için bit düzeyinde karşılaştırmayı destekler.

[System.Flags]
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.TextDecorationConverter))]
public enum TextDecorations
type TextDecorations = 
Devralma
System.Enum
TextDecorations
Öznitelikler
System.FlagsAttribute TypeConverterAttribute

Alanlar

None 0

Metin dekorasyonu yok.

Strikethrough 2

Tek satır üstü çizili.

Underline 1

Altı çizili metin.

Şunlara uygulanır