From c996acd40dac315f2f6430f59fcd0eb40cfde2b6 Mon Sep 17 00:00:00 2001 From: Himanshu Tyagi <56357686+thimanshu1993@users.noreply.github.com> Date: Thu, 17 Aug 2023 10:16:06 +0530 Subject: [PATCH] Update swipeview.md Added Note about .svg format. --- docs/user-interface/controls/swipeview.md | 3 +++ 1 file changed, 3 insertions(+) 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