A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
475 B

<Window xmlns="https://github.com/avaloniaui" MinWidth="500" MinHeight="300"
Title="Avalonia Control Gallery"
Icon="resm:ControlCatalog.Assets.test_icon.ico?assembly=ControlCatalog"
xmlns:local="clr-namespace:ControlCatalog">
<Window.Styles>
<Style Selector="local|MainView">
<Setter Property="local:MyControl.Proportion" Value="{Binding Proportion}" />
</Style>
</Window.Styles>
<local:MainView/>
</Window>