WPF
Windows Presentation Foundation (WPF) is a UI framework released by Microsoft for rendering user interfaces in Windows-based applications.
Here are 6,608 public repositories matching this topic...
-
Updated
May 28, 2022 - C#
-
Updated
Jun 1, 2022 - C#
-
Updated
Aug 16, 2020 - C#
-
Updated
Jun 1, 2022 - C#
-
Updated
May 30, 2022 - C#
Add Missing XML Docs
Summary
Many API's are currently lacking XML docs or have invalid markup. As we begin to explore adding API documentation to the Prism Docs, we need to update the existing codebase with more complete XML docs so that these docs can be generated for the docs site.
HACKTOBERFEST UPDATE
Thank you for joining us for your Hacktoberfest contributions... Please take some time to familiari
Describe the problem
At the moment, the image cropper can only load from a file (via a StorageFile
or path).
There are scenarios where loading from a stream is beneficial (i.e. when downloading from the web). It's obviously trivial to work around this, but given all LoadImageFromFile
does is create a stream, why not just expose the stream?
Describe the solution
Create a new metho
-
Updated
May 26, 2022 - C#
It is currently a pain to use an OxyPlot.WinfowsForms.PlotView
with a transparent background: it throws if you set its BackColor
to transparent. To avoid this, it is necessary to set the ControlStyles.SupportsTransparentBackColor
style to true
on the PlotView
; however, Control.SetStyle
is protected, so consumers must resort to reflection or extending PlotView
to do so. This could be
-
Updated
May 15, 2022 - C#
-
Updated
Jun 2, 2022 - Visual Basic .NET
-
Updated
Apr 1, 2022 - JavaScript
First of all, congratulations, styles looks really slick!
Is there a plan to support styling in more controls out of the box? I'm thinking about more complex controls like DataGrid or DatePicker (Calendar).
-
Updated
May 31, 2022 - C#
-
Updated
Mar 31, 2022 - C#
-
Updated
Mar 31, 2022 - C#
-
Updated
May 6, 2022 - C#
Created by Microsoft
Latest release about 2 months ago
- Repository
- dotnet/wpf
- Wikipedia
- Wikipedia
We just need to write information in the wiki about how to configure the language of an application that use MaterialDesignInXaml.
Related issue : MaterialDesignInXAML/MaterialDesignInXamlToolkit#2318