SwipeContainerItem.FontAttributes Property
In This Article
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
C#
public FontAttributes FontAttributes { get; set; }
#Property Value
Type | Description |
---|---|
Font |
The font attributes |
See Also