Skip to content

Instantly share code, notes, and snippets.

@habibg1232191
Created May 21, 2021 17:04
Show Gist options
  • Save habibg1232191/96254ee05b6f0c6532033af4b714f66e to your computer and use it in GitHub Desktop.
Save habibg1232191/96254ee05b6f0c6532033af4b714f66e to your computer and use it in GitHub Desktop.
<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