By tag: Style
0
kicks
TemplateBinding: a bridge between styles and templates
How I use control templates and styles when creating a custom look for an application.
0
kicks
Write more empty lines! They will be read!
Using empty lines in source code may seem like a waste of precious screen space, but it's crucial to writing readable code.
0
kicks
ControlTemplates in XAML
The article provides a description by example of how one can create ControlTemplates for WPF controls. A CheckBox is restyled to show how this can be done.
0
kicks
Everything you need to know on WPF styles and triggers
In this article, Gill Cleeren focuses on the aspect of styles and triggers in Windows Presenation Foundation. Styles make it possible to create applications with a uniform look and with a high level of maintainability. Triggers allow WPF styles to change one or more properties in response of a user ...