---
title: "Customize annotation tool in MAUI PDF viewer | Nutrient"
canonical_url: "https://www.nutrient.io/guides/maui/user-interface/annotation-toolbar/customize-existing-tools/"
md_url: "https://www.nutrient.io/guides/maui/user-interface/annotation-toolbar/customize-existing-tools.md"
last_updated: "2026-06-18T08:04:45.645Z"
description: "It’s possible to customize the following properties of built-in items: for Nutrient MAUI SDK."
---

# Customizing an existing annotation tool in our viewer toolbar

It’s possible to customize the following properties of built-in items:

- `IsDisabled`

- `Icon`

- `Tooltip`

- `StyleClass`

Refer to the [API reference](https://www.nutrient.io/api/maui/) to learn more about each individual property.
---

## Related pages

- [Create custom annotation tools in MAUI PDF viewer](/guides/maui/user-interface/annotation-toolbar/create-a-new-tool.md)
- [Rearranging annotation tools in our viewer toolbar](/guides/maui/user-interface/annotation-toolbar/rearrange.md)
- [Removing an annotation tool from our viewer toolbar](/guides/maui/user-interface/annotation-toolbar/remove-a-tool.md)

