From dfc60ecfe4d66bffb65daa67f7140b924c76fceb Mon Sep 17 00:00:00 2001 From: tfsbuild Date: Tue, 10 Dec 2024 19:14:27 -0500 Subject: [PATCH] Adding changes from build igniteui-xplat-docs-make-pr_2024.12.11.1 --- en/components/menus/toolbar.md | 35 +++++++++++++++++++++++++++++++++ en/images/color-editor.png | Bin 0 -> 17382 bytes 2 files changed, 35 insertions(+) create mode 100644 en/images/color-editor.png diff --git a/en/components/menus/toolbar.md b/en/components/menus/toolbar.md index 9e3d1adbba..5d6c99dbcf 100644 --- a/en/components/menus/toolbar.md +++ b/en/components/menus/toolbar.md @@ -194,6 +194,41 @@ The following example demonstrates the vertical orientation of the Angular Toolb +### Color Editor + +You can add a custom color editor tool to the the Angular Toolbar, which will also work with the Command event to perform custom styling to your application. + +```html + + + + +``` + +```ts + + + + +``` + +The following example demonstrates styling the Angular Data Chart series brush with the Color Editor tool. + + +