Skip to content

Commit

Permalink
Update StudioStyles.md
Browse files Browse the repository at this point in the history
Added missing .xaml resources.
  • Loading branch information
Artuvazro authored Jan 21, 2025
1 parent 2fb3a6c commit 0ed6b77
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions articles/hints_tips/Studio_Styles/StudioStyles.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ First of all you have to import `all the .xaml files you want to use` in your ap
<ResourceDictionary Source="/Sdl.Desktop.Platform.Styles;component/TextBoxResources.xaml"/>
<ResourceDictionary Source="/Sdl.Desktop.Platform.Styles;component/TextBlockResources.xaml"/>
<ResourceDictionary Source="/Sdl.Desktop.Platform.Styles;component/GroupboxResources.xaml"/>
<ResourceDictionary Source="/Sdl.Desktop.Platform.Styles;component/DataGridResources.xaml"/>
<ResourceDictionary Source="/Sdl.Desktop.Platform.Styles;component/NumericUpDown.xaml"/>
<ResourceDictionary Source="/Sdl.Desktop.Platform.Styles;component/RadioButtonResources.xaml"/>
<ResourceDictionary Source="/Sdl.Desktop.Platform.Styles;component/ProgressRingAsteriskStyle.xaml"/>
<ResourceDictionary Source="/Sdl.Desktop.Platform.Styles;component/TreeViewResources.xaml"/>
<ResourceDictionary Source="/Sdl.Desktop.Platform.Styles;component/BindablePasswordBoxStyle.xaml"/>
<ResourceDictionary Source="/Sdl.Desktop.Platform.Controls;component/Controls/WatermarkTextBox/WatermarkTextBoxResources.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
~~~
Expand Down

0 comments on commit 0ed6b77

Please sign in to comment.