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

SwipeItemBase Members

The base class for swipe items.

Fields

Name Description
BackgroundColorProperty static Identifies the BackgroundColor bindable property.
CommandParameterProperty static Identifies the CommandParameter bindable property.
CommandProperty static Identifies the Command bindable property.
SizeProperty static Identifies the Size bindable property.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
Tap Occurs when a user taps the swipe item.
See Also