WPF技術總結
WPF技術總結
Style
描述:可以給多個控制元件設定相同的屬性 不必對每個拉件都引用一次資源
屬性:設定屬性 <Setter Property="Control.FontFamily”Value="TimesNew Roman"/>
樣式繼承 BasedOn="(StaticResource MouseOverHighlightStyle)
Key:如果不寫明TargetType預設指定的是Control型別
不指名Kes,但是指明TarthetType就會自動應用到所有該型別的控制元件上
3 Style="(x:Nul1)”可不使用自動樣式。
Templat
定義:控制元件外衣和資料外衣
分類:
ControlTemplate
可通過BIend檢視每個基礎控制元件的構成
ListBox.ItemsPanelTemplate
DataTemplate
ContentControl.ContentTempldate
ItemControl.ItemTemplate
GridViesColumn.CellTempldate
ControlTemplate和 DataTemplate的關係
ControlTemplate.ContentPresenter=DataTemplate
藉助Stvle自動實現Template
把ControlTenplzte應用到所有控制元件上稍要憎助Style來實現但style不能標記X:KEY
使用 <DataTemplate x:Key=”DatialViewTemplate”>
ContentTemplate=”{(StaticResource DatialViewTemplate)}”
相關文章
- WPF 模板總結
- CMake技術總結
- BypassUAC技術總結
- easyui技術總結UI
- 最近技術總結
- docker技術總結Docker
- WPF 相關總結
- 個人技術棧總結
- 池化技術總結
- Jsp技術總結JS
- Oracle Flashback 技術 總結Oracle
- Oracle Flashback技術總結Oracle
- 智慧控制技術總結
- docker技術總結(二)Docker
- 特徵選擇技術總結特徵
- #web前端技術使用總結Web前端
- MySQL分頁技術總結MySql
- 漏洞挖掘分析技術總結
- oracke閃回技術總結
- web長連結技術個人總結Web
- WPF控制元件庫總結控制元件
- iOS底層GCD (技術總結)iOSGC
- UI技術總結--效能優化UI優化
- Java Web 會話技術總結JavaWeb會話
- IO多路複用技術總結
- JavaCPP技術使用經驗總結Java
- 技術轉型與考研總結
- MySQL的分頁技術總結MySql
- VB作品展技術總結
- mongodb 階段性技術總結MongoDB
- 大學總結,技術與技術之外的事 | 掘金年度徵文
- 個人技術棧大體思路總結
- Ajax技術的一些總結
- WEB 實時推送技術的總結Web
- 〔總結系列〕前端技術精華清單前端
- 老J的技術分享之總結
- Android開發技術面總結Android
- H5製作技術總結H5