| | |
| | | Text = title, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | Gravity = Gravity.CenterVertical, |
| | | Tag = this.Tag |
| | | Tag = this.Tag, |
| | | TextSize=14 |
| | | }; |
| | | AddChidren(TitleButton); |
| | | |
| | |
| | | { |
| | | IconButton.IsSelected = statu; |
| | | TitleButton.IsSelected = statu; |
| | | TitleButton.IsBold = statu; |
| | | } |
| | | /// <summary> |
| | | /// 选中 |
| | | /// </summary> |
| | | public void SetSelectedStatu() |
| | | { |
| | | IconButton.IsSelected = true; |
| | | TitleButton.IsSelected = true; |
| | | SetStatu(true); |
| | | } |
| | | /// <summary> |
| | | /// 不选中 |
| | | /// </summary> |
| | | public void SetUnSelectedStatu() |
| | | { |
| | | IconButton.IsSelected = false; |
| | | TitleButton.IsSelected = false; |
| | | SetStatu(false); |
| | | } |
| | | #endregion |
| | | } |