SwipeItemActualAppearance.TextColor Property
Gets the font color that is applied to the SwipeContainerItem. To specify this color, use the FontColor property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public Color TextColor { get; }
Property Value
Type | Description |
---|---|
Color | The font color that is applied to the SwipeContainerItem. |
See Also