Skip to main content
A newer version of this page is available. .

CheckEdit.LabelTextDecorations Property

Allows you to underline and/or cross out the label text.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public TextDecorations LabelTextDecorations { get; set; }

Property Value

Type Description
TextDecorations

A value that specifies whether the text is underlined, strike-through, or neither.

See Also