Skip to content

Commit a6aacac

Browse files
committed
chore: Adjust record Definition
no Reference so far, missing information how to bind Commands to a x:DataType Bound StaticResource
1 parent 3146bff commit a6aacac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
namespace DevTKSS.Uno.Samples.MvuxGallery.Models;
22

3-
public partial record TabBarItemData(object? ItemContent, IconElement? Icon, ICommand Command);
3+
public partial record TabBarItemData(object? ItemContent, IconElement? Icon = null);

0 commit comments

Comments
 (0)