BlackWaspTM

This web site uses cookies. By using the site you accept the cookie policy.This message is for compliance with the UK ICO law.

Windows Presentation Foundation
.NET 4.0+

WPF Media Controls Class Hierarchy

The eighty-eighth part of the Windows Presentation Foundation Fundamentals tutorial looks at the base classes of the WPF media controls. This article includes the inheritance hierarchy of all of the WPF controls seen in the tutorial so far.

Media Controls

The last few articles in the WPF tutorial have described two media controls. These are Image and MediaElement. In this article we'll add these classes to the inheritance hierarchy that we've been building throughout the description of the WPF controls. The two new controls both inherit from FrameworkElement, which we've already examined during the tutorial, so no additional base classes need to be added to the list.

Class Hierarchy

The updated type hierarchy is as follows:

16 August 2014