Skip to content

Commit 7008abb

Browse files
Sample modified
1 parent a1c016d commit 7008abb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CustomTooolbar/CustomTooolbar/CustomTooolbar/MainPage.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public MainPage()
1919
imageEditor.ToolbarSettings.ToolbarItems.Add(new FooterToolbarItem() { Name = "AddShape", Text = "AddShape" });
2020
imageEditor.ToolbarSettings.ToolbarItems.Add(new FooterToolbarItem() { Name = "RotateImage", Icon = ImageSource.FromResource("CustomTooolbar.Icons.rotatepic.png") });
2121
imageEditor.ToolbarSettings.ToolbarItems.Add(new FooterToolbarItem() { Name = "FlipImage", Text = "Flip" });
22-
imageEditor.ToolbarSettings.ToolbarItems.Add(new FooterToolbarItem() { Name = "CropImage", Text = "Crop" });
2322

2423
imageEditor.ToolbarSettings.ToolbarItemSelected += ToolbarSettings_ToolbarItemSelected;
2524
}

0 commit comments

Comments
 (0)