-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Are there any plans to make the properties generated partial so they can be declared in the class directly too like MvvmCommunityToolkit? It would improve developer experience.
Sample
[DependencyProperty<double>("Progress", AffectsRender = true)]
public partial class MyClass : Control
{
public partial double Progress { get; set; }
}
SirMixalotMixalot and Mertsch
Metadata
Metadata
Assignees
Labels
No labels