еееепттт, выглядит прикольно)))
<Grid>
<Path Margin="0,0,-1,0"
StrokeThickness="1"
Aspect="UniformToFill"
Fill="black"
HeightRequest="75"
HorizontalOptions="FillAndExpand"
Data="M 0 0 L 37 0 Q 96 0 108 23 C 115 37 136 35 141 23 Q 151 0 211 -1 H 250 V 62 L 0 61 Z"
/>
<StackLayout
BackgroundColor="Transparent" VerticalOptions="Start" Margin="0,10,0,0" Padding="5">
<Label Text="{Binding TotalInfo}" TextColor="White" FontAttributes="Bold" FontSize="11" Padding="2,2,1,1" />
<BoxView HorizontalOptions="FillAndExpand" Color="White" HeightRequest="1" Margin="0" IsVisible="False"/>
<Label Text="{Binding TotalInfoImages , StringFormat='Info: {0}' , TargetNullValue='---'}" TextColor="White" FontAttributes="Bold" FontSize="11" Padding="3,1,1,1" VerticalOptions="EndAndExpand" />
</StackLayout>
<ImageButton Source="add_new_70.png" WidthRequest="65" HeightRequest="65" BackgroundColor="Transparent"
VerticalOptions="Start"
Margin="0,-13,0,0"
Clicked="ImageButton_Clicked"
HorizontalOptions="Center"
/>
</Grid>