SwipeItem Members
In This Article
#Constructors
Name | Description |
---|---|
Swipe |
Initializes a new instance of the Swipe |
#Fields
Name | Description |
---|---|
Background |
Identifies the Background |
Caption |
Identifies the Caption bindable property. |
Command |
Identifies the Command bindable property. |
Font |
Identifies the Font |
Image |
Identifies the Image bindable property. |
Template |
|
Width |
Identifies the Width bindable property. |
#Properties
Name | Description |
---|---|
Background |
Gets or sets the background color of the swipe item. |
Caption | Gets or sets the text displayed within the swipe item. |
Command | Gets or sets the command executed when a user taps the swipe item. |
Font |
Gets or sets the color used to paint the text within the swipe item. |
Image | Gets or sets an icon the swipe item displays. |
Template | Gets or sets a template that defines the visual representation of the swipe button. |
Width | Gets or sets the swipe item width. |
See Also