Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

how can I convert my duplication Xaml code into C# code to prevent it from duplication

$
0
0

here is my Xaml

   <customRenderes:NavigationImageButton 
   Source="IconFAB"
   Command="{Binding AddCommand}"
   AbsoluteLayout.LayoutFlags="PositionProportional"
   AbsoluteLayout.LayoutBounds="1.0,1.0,-1,-1"
   Margin="10"
   Opacity="0.4"/>

I need to convert this into C# code in order to add this to My basecontent customer page I created in order to prevent the duplication


Viewing all articles
Browse latest Browse all 77050

Trending Articles