Created
May 21, 2021 17:04
-
-
Save habibg1232191/96254ee05b6f0c6532033af4b714f66e to your computer and use it in GitHub Desktop.
This file contains 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
<Styles xmlns="https://github.com/avaloniaui" | |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
xmlns:controls="using:Switch_Wallparer.Views.Controls"> | |
<Design.PreviewWith> | |
<controls:MList /> | |
</Design.PreviewWith> | |
<Style Selector="controls|MList"> | |
<!-- Set Defaults --> | |
<Setter Property="Template"> | |
<ControlTemplate> | |
<Grid></Grid> | |
</ControlTemplate> | |
</Setter> | |
</Style> | |
</Styles> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment