About 107,000 results
Open links in new tab
  1. What is Windows Presentation Foundation - WPF | Microsoft Learn

    Mar 23, 2026 · This article gives an overview of Windows Presentation Foundation (WPF) with .NET. WPF is a Windows-only user interface (UI) framework.

  2. What is WPF? - GeeksforGeeks

    Jul 12, 2025 · Windows Presentation Foundation (WPF) is a development framework used to create a desktop application. It is a part of the .NET framework. The WPF has a resolution-independent and …

  3. GitHub - dotnet/wpf: WPF is a .NET Core UI framework for ...

    Windows Presentation Foundation (WPF) is a UI framework for building Windows desktop applications. WPF supports a broad set of application development features, including an application model, …

  4. Hello World app with WPF in C# - Visual Studio (Windows)

    Dec 17, 2025 · What is Windows Presentation Foundation? In this tutorial, you become familiar with many of the tools, dialog boxes, and designers that you can use when you develop applications with …

  5. Windows Presentation Foundation - Wikipedia

    Windows Presentation Foundation (WPF) is a free and open-source user interface framework for Windows -based desktop applications. WPF applications are based in .NET, and are primarily …

  6. Welcome - The complete WPF tutorial

    Welcome to this WPF tutorial, currently consisting of 126 articles, where you'll learn to make your own applications using the WPF UI framework. If you're brand new to WPF, then we recommend that you …

  7. 入门 - WPF中文网 - 从小白到大佬

    Aug 9, 2023 · 微软给出了示例,就是先放一个Grid 布局控件,因为Grid控件是一个集合控件,我们可以将多个控件放在Grid控件中,关于这些知识的扩展,我们将在WPF的《可视化树》章节中详细的探 …