feat: 1. add InnerRightContent to NumericUpDown
2. Add Small/Large size classes. 3. Use shared close button theme in Semi.Avalonia.
This commit is contained in:
@@ -24,6 +24,7 @@ public partial class NumericUpDownDemoViewModel : ObservableObject
|
||||
[ObservableProperty] private Array _arrayHorizontalContentAlignment;
|
||||
[ObservableProperty] private HorizontalAlignment _horizontalContentAlignment = HorizontalAlignment.Center;
|
||||
[ObservableProperty] private object? _innerLeftContent = "obj:0x";
|
||||
[ObservableProperty] private object? _innerRightContent = "%";
|
||||
[ObservableProperty] private string _watermark = "Water mark showed";
|
||||
[ObservableProperty] private string _formatString = "X8";
|
||||
[ObservableProperty] private Array _arrayParsingNumberStyle;
|
||||
|
||||
Reference in New Issue
Block a user