Skip to content

Commit

Permalink
Update swipeview.md
Browse files Browse the repository at this point in the history
Added Note about .svg format.
  • Loading branch information
thimanshu1993 authored Aug 17, 2023
1 parent 9750cc5 commit c996acd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/user-interface/controls/swipeview.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ Each swipe item is defined as a `SwipeItem` object that's placed into one of the
> [!IMPORTANT]
> The <xref:Microsoft.Maui.Controls.MenuItem> class defines several properties, including `Command`, `CommandParameter`, `IconImageSource`, and `Text`. These properties can be set on a `SwipeItem` object to define its appearance, and to define an `ICommand` that executes when the swipe item is invoked. For more information, see [Display menu items](~/user-interface/menuitem.md).
> [!NOTE]
> As of now`IconImageSource` property does not support .svg format.
The following example shows two `SwipeItem` objects in the `LeftItems` collection of a <xref:Microsoft.Maui.Controls.SwipeView>:

```xaml
Expand Down

0 comments on commit c996acd

Please sign in to comment.