Skip to content

Instantly share code, notes, and snippets.

@bbenetskyy
Created November 20, 2019 10:44
Show Gist options
  • Save bbenetskyy/8aff92d7359965a11faeb35387c29408 to your computer and use it in GitHub Desktop.
Save bbenetskyy/8aff92d7359965a11faeb35387c29408 to your computer and use it in GitHub Desktop.
Centered Label at Flyout Shell Header
<Shell.FlyoutHeaderTemplate>
<DataTemplate>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="100" />
</Grid.RowDefinitions>
<Label Text="Magic Gradients" TextColor="White" FontAttributes="Bold"
FontSize="20" HorizontalOptions="Center" VerticalOptions="Center" />
</Grid>
</DataTemplate>
</Shell.FlyoutHeaderTemplat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment