Inheritance and Documentation - WPF CUSTOM CONTROLS #5

Learn how to create an inheritance tree of custom WPF controls. The example inheritance tree will include AnalogClock and DigitalClock controls that both inherit from a base Clock control. Other topics covered include virtual functions, creating dependency properties, documenting control templates, and TemplateBinding to nested properties. SOURCE CODE: https://github.com/SingletonSean/WPFC... FULL PLAYLIST:    • WPF Custom Controls