Hlebushek2020 / Sergey.UI.Extension

Styles and dialog boxes for my programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sergey.UI.Extension

Styles and dialog boxes for my programs

⚠️The namespace documentation is on the wiki!⚠️

UIStyle.xaml

Location: Resources/UIStyle.xaml
Uri: /Sergey.UI.Extension;component/Resources/UIStyle.xaml

ControlTemplate with keys

  • MenuItem.SeparatorStyleKey
  • MenuItem.TopLevelHeaderTemplateKey
  • MenuItem.TopLevelItemTemplateKey
  • MenuItem.SubmenuItemTemplateKey
  • ComboBoxTextBox
  • VerticalScrollBar
  • HorizontalScrollBar

Style with keys

  • WindowStyle
  • ComboBoxToggleButton
  • OptionMarkFocusVisual
  • FocusVisualRadius3
  • FocusVisualRadius4
  • FocusVisual
  • ScrollBarThumb
  • ScrollBarPageButton
  • ButtonStyle
  • IconButtonStyle
  • MenuIconButtonStyle
  • TextBlockStyle
  • GridView.GridViewScrollViewerStyleKey
  • GridViewColumnHeaderGripper
  • GridViewColumnHeader

Styles without keys

  • Menu
  • ContextMenu
  • ComboBox
  • ComboBoxItem
  • ListBox
  • ListBoxItem
  • ScrollViewer
  • GridSplitter
  • TextBox
  • PasswordBox
  • CheckBox
  • ProgressBar
  • RichTextBox
  • ListView
  • ListViewItem
  • GroupBox

Other Resources

Themes

  • Light (Resources/Light.xaml)
  • Dark (Resources/Dark.xaml)

About

Styles and dialog boxes for my programs

License:Apache License 2.0


Languages

Language:C# 100.0%