[Mija]
[Mija]
CC#
Created by [Mija] on 1/26/2023 in #help
❔ Why styles isn't work when reading from file ?
that is Include
6 replies
CC#
Created by [Mija] on 1/26/2023 in #help
❔ Why styles isn't work when reading from file ?
<Window.Styles>
<StyleInclude Source="myStyles/myUIStyles.axaml"></StyleInclude>
</Window.Styles>
<Window.Styles>
<StyleInclude Source="myStyles/myUIStyles.axaml"></StyleInclude>
</Window.Styles>
6 replies
CC#
Created by [Mija] on 1/26/2023 in #help
❔ Why styles isn't work when reading from file ?
this belongs to file myUIStyles.axaml
6 replies
CC#
Created by [Mija] on 1/26/2023 in #help
❔ Why styles isn't work when reading from file ?
<Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style Selector="Label.h1">
<Setter Property="FontSize" Value="24"></Setter>
<Setter Property="FontWeight" Value="Bold"></Setter>
<Setter Property="Foreground" Value="#444444"></Setter>
</Style>
</Styles>
<Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style Selector="Label.h1">
<Setter Property="FontSize" Value="24"></Setter>
<Setter Property="FontWeight" Value="Bold"></Setter>
<Setter Property="Foreground" Value="#444444"></Setter>
</Style>
</Styles>
6 replies