Skip to content

Instantly share code, notes, and snippets.

@TheBaileyBrew
Last active July 17, 2019 19:20
Show Gist options
  • Save TheBaileyBrew/5f0e5db52e6a4512d1a941bc5d4a121c to your computer and use it in GitHub Desktop.
Save TheBaileyBrew/5f0e5db52e6a4512d1a941bc5d4a121c to your computer and use it in GitHub Desktop.
<Shell.FlyoutHeaderTemplate>
<DataTemplate>
<yummy:PancakeView
BackgroundGradientAngle="0"
BackgroundGradientEndColor="{StaticResource flyoutGradientEndFaded}"
BackgroundGradientStartColor="{StaticResource flyoutGradientStartFaded}"
HorizontalOptions="FillAndExpand"
IsClippedToBounds="true"
VerticalOptions="FillAndExpand">
<StackLayout Margin="0,10,0,0" Padding="25">
<Label
Margin="0,2,0,0"
FontSize="26"
HorizontalOptions="CenterAndExpand"
Text="Header Title Here"
TextColor="White"
VerticalOptions="Center" />
</StackLayout>
</yummy:PancakeView>
</DataTemplate>
</Shell.FlyoutHeaderTemplate>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment