Advertisement
Guest User

Untitled

a guest
Dec 16th, 2019
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.69 KB | None | 0 0
  1. <SwipeView>
  2.                     <SwipeView.RightItems>
  3.                             <SwipeItems Mode="Execute">
  4.                                     <SwipeItem Text="Favourite" Command="{Binding Favourite}" BackgroundColor="Yellow">
  5.                                             <SwipeItem.IconImageSource>
  6.                                                     <FontImageSource FontFamily="MyFontFamily" Glyph="&#x272E;"/>
  7.                                             </SwipeItem.IconImageSource>
  8.                                     </SwipeItem>
  9.                             </SwipeItems>
  10.                     </SwipeView.RightItems>
  11.                         <!-- content here -->
  12.                 </SwipeView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement