CheckEdit.LabelTextDecorations Property
In This Article
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
C#
public TextDecorations LabelTextDecorations { get; set; }
#Property Value
Type | Description |
---|---|
Text |
A value that specifies whether the text is underlined, strike-through, or neither. |
See Also