We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91a1db commit 8a0a41fCopy full SHA for 8a0a41f
1 file changed
Demo/AutoSettingUI.Ursa.Demo/Models/ApplicationSettings.cs
@@ -25,13 +25,16 @@ public partial class ApplicationSettings:ObservableObject
25
26
[Title("Application Name")]
27
[ObservableProperty]
28
+ [DisplayOrder(-1)]
29
private string _appName= "My Application";
30
31
32
33
private string _version="1.0.0";
34
35
[Title("Enable Logging")]
36
37
+ [DisplayOrder(1)]
38
private bool _enableLogging;
39
40
[Title("Log Level")]
0 commit comments