C# WPF MATERIAL DESIGN - FLIPPER BUTTON

untuk mendapatkan tutorial lengkap,
bisa kalian lihat di CHANNEL SAYA


dan berikut coding nya





        <materialDesign:Flipper Style="{StaticResource MaterialDesignCardFlipper}">
            <materialDesign:Flipper.FrontContent>
                <Button
                    Foreground="Red"
                    FontSize="25"
                    Style="{StaticResource MaterialDesignFlatButton}"
                    Command="{x:Static materialDesign:Flipper.FlipCommand}"
                    Margin="8"
                    Width="200">SUBCRIBE ME</Button>
            </materialDesign:Flipper.FrontContent>
            <materialDesign:Flipper.BackContent>
                <Button
                    Foreground="Green"
                    FontSize="25"
                    Style="{StaticResource MaterialDesignFlatButton}"
                    Command="{x:Static materialDesign:Flipper.FlipCommand}"
                    Margin="8"
                    Width="200">THANK U</Button>
            </materialDesign:Flipper.BackContent>
        </materialDesign:Flipper>






Comments

  1. Hello, how to listen to buttons in flipper back content?

    ReplyDelete
    Replies
    1. Hai bro,
      You can see the tutorial video here ->
      https://www.youtube.com/watch?v=Q35xaE10gL0

      thanks.

      Delete

Post a Comment