Skip to content

Commit 24d6d4f

Browse files
committed
- add graphics view
1 parent dee2a3a commit 24d6d4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controls/src/Core/AppHostBuilderExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public static class AppHostBuilderExtensions
2020
{ typeof(DatePicker), typeof(DatePickerHandler) },
2121
{ typeof(Editor), typeof(EditorHandler) },
2222
{ typeof(Entry), typeof(EntryHandler) },
23+
{ typeof(GraphicsView), typeof(GraphicsViewHandler) },
2324
{ typeof(Image), typeof(ImageHandler) },
2425
{ typeof(Label), typeof(LabelHandler) },
2526
{ typeof(Layout), typeof(LayoutHandler) },

0 commit comments

Comments
 (0)