Last active
January 12, 2020 11:36
-
-
Save bezysoftware/6cbc8574b40fe0bcc925db3aecf04dda to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--WPF Sample--> | |
| <Page x:Class="Firebase.Auth.Wpf.Sample.LoginPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" mc:Ignorable="d" d:DesignHeight="450" d:DesignWidth="800" | |
| xmlns:firebase="clr-namespace:Firebase.Auth.UI;assembly=Firebase.Auth.UI.WPF"> | |
| <Grid> | |
| <firebase:FirebaseUIControl> | |
| <firebase:FirebaseUIControl.Header> | |
| <!--Custom content shown above the provider buttons--> | |
| <TextBlock | |
| HorizontalAlignment="Center" | |
| Text="Hello world" | |
| /> | |
| </firebase:FirebaseUIControl.Header> | |
| </firebase:FirebaseUIControl> | |
| </Grid> | |
| </Page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment