SwipeContainerItem.FontSize Property
In This Article
Gets or sets the font size of the SwipeContainerItem. This is a bindable property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }
#Property Value
Type | Description |
---|---|
Double | The font size. |
See Also