Skip to main content
A newer version of this page is available. .

SwipeItemBase Properties

The base class for swipe items.
Name Description
ActualAppearance Gets the common appearance settings that are applied to the current SwipeItemBase‘s descendants.
BackgroundColor Gets or sets the background color of the SwipeItemBase and its descendants. This is a bindable property.
Command Gets or sets the command that is invoked when a user clicks the SwipeItemBase. This is a bindable property.
CommandParameter Gets or sets the parameter that is passed to the Command when it is invoked. This is a bindable property.
Size Gets or sets the size of the SwipeItemBase. This is a bindable property.
See Also