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