diff --git a/docs/user-interface/controls/swipeview.md b/docs/user-interface/controls/swipeview.md index e0d191c92..648fea576 100644 --- a/docs/user-interface/controls/swipeview.md +++ b/docs/user-interface/controls/swipeview.md @@ -144,6 +144,9 @@ Each swipe item is defined as a `SwipeItem` object that's placed into one of the > [!IMPORTANT] > The 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 : ```xaml