 | WPF Media Controls - Image The eighty-fourth part of the Windows Presentation Foundation Fundamentals tutorial begins to look at the media controls provided by WPF. These allow multimedia content such as images, sounds and video clips to be included in WPF applications. |
 | WPF Media Controls - MediaElement - Playing Media The eighty-fifth part of the Windows Presentation Foundation Fundamentals tutorial begins to look at the MediaElement control. This control allows the playing of a wide range of media, including audio and video. |
 | WPF Media Controls - MediaElement - Media Events The eighty-sixth part of the Windows Presentation Foundation Fundamentals tutorial continues the examination of the MediaElement control. This article adds events to the example player to detect media opening, ending and failing. |
 | WPF Media Controls - MediaElement - Media Information The eighty-seventh part of the Windows Presentation Foundation Fundamentals tutorial continues to look at the MediaElement control. This article describes some properties that provide information about the opened media. |
 | 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. |
 | WPF Data Binding The eighty-ninth part of the Windows Presentation Foundation Fundamentals tutorial takes a break from looking at the WPF controls to consider data binding. This allows properties to be declaratively linked to information for automatic updating. |
 | WPF Data Binding - Binding to Controls The ninetieth part of the Windows Presentation Foundation Fundamentals tutorial looks at the syntax for creating data bindings. In this article the data bindings use controls for the source and target properties, linking two or more controls together. |