csharpmarkup2-winui-wpf-0-6-14 #33
VincentH-Net
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
WinUI 3 and Uno Platform
Microsoft.UI.Markup
toCSharpMarkup.WinUI
WPF
CSharpMarkup.WPF
NuGet andCSharpMarkup.WPF.Examples
applicationImprovements for all UI frameworks (WPF, WinUI 3 and Uno Platform):
[ContentProperty]
attributeUIObject
(and for WPF alsoUIDependencyObject
) to allow specifying both markup and non-markup content objects without appending.UI
TimeLine
Spread()
andSpreadS()
(allocation-free).Resources()
convenience helperBrush
derived typesto.<Type>
convertor from markup types to support e.g..BorderBrush(Red)
to.<Type>
type convertors from[TypeConvertor]
attribute for WPF and UnoWinUI (WinUI does not use that attribute - need to select and add convertors manually)string
andUIElement
forInline
O<>
with nullable value types to support automatic value conversion for builder helper method parameters, e.g. to compileBorder(CornerRadius: 2.5)
. As a consequence remove redundant generated factory methodsFull Changelog: csharpmarkup2-winui-0-5-1...csharpmarkup2-winui-wpf-0-6-14
This discussion was created from the release csharpmarkup2-winui-wpf-0-6-14.
Beta Was this translation helpful? Give feedback.
All reactions