SwipeContainerItem.FontSize Property
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
[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }
Property Value
Type | Description |
---|---|
Double | The font size. |
See Also