Replies: 1 comment
-
I've convert the issue to a discussion, so that we can better understand what you're trying to achieve. Could you provide a sample app of what you're trying to do? In practice, there should be no difference with the code that you write when running in the UWP head. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current behavior
I have a Library where I wanted to create some Dependency Properties but I am unable to find Uno.UI.Xaml. Obviously by default Uno.UI is installed. As I understand you provide DependencyProperty Generator, but where I can find it?
I would like to create
public static readonly DependencyProperty LocationProperty = DependencyProperty.Register("Location", typeof(Point), typeof(HexagonCrl));
and
public static readonly DependencyProperty DataProperty = DependencyProperty.Register("Data", typeof(ObservableCollection), typeof(HexagonCrl), new PropertyMetadata(null, NutNumbersChanged));
Any help will be very much appreciated.
Expected behavior
No response
How to reproduce it (as minimally and precisely as possible)
No response
Workaround
No response
Works on UWP/WinUI
No response
Environment
No response
NuGet package version(s)
No response
Affected platforms
No response
IDE
No response
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response
Beta Was this translation helpful? Give feedback.
All reactions