SwipeContainerItem.FontColor Property
Gets or sets the font color of the SwipeContainerItem. This is a bindable property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public Color FontColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The font color. |
See Also