SwipeItemActualAppearance.Size Property
Gets the size value that is applied to the SwipeContainerItem. To specify this value, use the Size property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public double Size { get; }
Property Value
Type | Description |
---|---|
Double | The size value that is applied to the SwipeContainerItem. |
See Also