Skip to main content

SwipeItemActualAppearance.FontSize Property

Gets the font size value that is applied to the SwipeItem. To specify this value, use the FontSize property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public double FontSize { get; }

Property Value

Type Description
Double

The font size value that is applied to the SwipeItem.

See Also