簡介
GitHub地址:https://github.com/ptddqr/bootstrap-wpf-style
此樣式基于bootstrap-3.3.0,樣式文件里的源碼行數(shù)都是指的這個版本.CSS源文件放到了Content文件夾下的bootstrap.css
WPF樣式和CSS還是不太相同,所以有些內(nèi)容實現(xiàn)上稍有出入,有些內(nèi)容用法不太一樣,有些內(nèi)容并沒有實現(xiàn)
但至少,一些概念,尺寸和取色,還是很好的借鑒
博客說明按Bootstrap官方文檔的順序來寫
App.xaml里引用Bootstrap.xaml資源
1 <Application.Resources>2 <ResourceDictionary>3 <ResourceDictionary.MergedDictionaries>4 <ResourceDictionary Source="pack://application:,,,/BootstrapWpfStyle;component/Styles/Bootstrap.xaml"/>5 </ResourceDictionary.MergedDictionaries>6 </ResourceDictionary>7 </Application.Resources>