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

CustomSwipeItem Members

Defines a view for a custom swipe item.

Constructors

Name Description
CustomSwipeItem() Initializes a new instance of the CustomSwipeItem class.

Fields

Name Description
BackgroundColorProperty static Identifies the BackgroundColor bindable property. Inherited from SwipeItemBase.
CommandParameterProperty static Identifies the CommandParameter bindable property. Inherited from SwipeItemBase.
CommandProperty static Identifies the Command bindable property. Inherited from SwipeItemBase.
SizeProperty static Identifies the Size bindable property. Inherited from SwipeItemBase.
ViewProperty static Identifies the View bindable property.

Properties

Name Description
ActualAppearance Gets the common appearance settings that are applied to the current SwipeItemBase‘s descendants. Inherited from SwipeItemBase.
BackgroundColor Gets or sets the background color of the SwipeItemBase and its descendants. This is a bindable property. Inherited from SwipeItemBase.
Command Gets or sets the command that is invoked when a user clicks the SwipeItemBase. This is a bindable property. Inherited from SwipeItemBase.
CommandParameter Gets or sets the parameter that is passed to the Command when it is invoked. This is a bindable property. Inherited from SwipeItemBase.
Size Gets or sets the size of the SwipeItemBase. This is a bindable property. Inherited from SwipeItemBase.
View

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. Inherited from SwipeItemBase.
See Also