这是我的 Xaml
<customRenderes:NavigationImageButton
Source="IconFAB"
Command="{Binding AddCommand}"
AbsoluteLayout.LayoutFlags="PositionProportional"
AbsoluteLayout.LayoutBounds="1.0,1.0,-1,-1"
Margin="10"
Opacity="0.4"/>
我需要将其转换为C#代码,以便将其添加到我创建的basecontent
客户页面中,以防止重复