Skip to main content

SwipeItemActualAppearance.Size Property

Gets the size value that is applied to the SwipeItem. 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 SwipeItem.

See Also