Windows Presentation Foundation (WPF) APIs
Explore the comprehensive API reference for Windows Presentation Foundation (WPF), a UI framework for building Windows desktop applications.
TextBlock
Displays a block of text. Can be used for single lines or multiple lines of text.
View DetailsDataGrid
Displays data in a tabular format. Supports sorting, editing, and virtualization.
View DetailsDependencyObject
The base class for all WPF objects that support the dependency property system.
View DetailsUIElement
The base class for all UI elements in WPF. Provides core functionality for rendering and input.
View DetailsStackPanel
Arranges child elements in a single line, either horizontally or vertically.
View DetailsRoutedEvent
Represents a routed event in WPF, allowing events to travel up or down the element tree.
View DetailsBinding
Represents a data binding that connects an element's property to a data source.
View DetailsControlTemplate
Defines the visual structure of a control, overriding its default appearance.
View Details