Skip to main content

SwipeItem.FontAttributes Property

Gets or sets whether the font used to display text is bold, italic, or unmodified. This is a bindable property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public FontAttributes FontAttributes { get; set; }

Property Value

Type Default Description
FontAttributes None

The font attributes

See Also