Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 800 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 800 Bytes

Build status

WPF Styles in CSS way

Example of mixing WPF styles in a CSS-like format by using custom markup extension:

<Label Content="Some warning here" Style="{WPF:CssStyle Names='size16 bold red'}" />

Key code is in CssStyleExtension.cs

For more examples see App.xaml and MainWindow.xaml

Design mode support

Visual Studio 2017

Blend for Visual Studio S2017