# NavBar Button Styles

Get started with Menus and Toolbars for WinForms. Create versatile menus and docking/floating toolbars. See more in documentation here.

## Content



The **C1NavBar** consists of vertically stacked pre-set buttons or custom buttons. The preset buttons include the following: Custom, Mail, Calendar, Contacts, Tasks, Notes, Folder, Shortcut, and Journal. Each preset button has an image and text. By default the image appears to the left of the text. You can display images of buttons horizontally in the button strip at the bottom of the **C1NavBar**. If you plan to display many buttons on the button strip it’s a good idea to increase the height of it. You can use the [StripHeight](/componentone/docs/win/online-menus-toolbar/) property to increase the height of the button strip. The default height for the button strip is 30 pixels.

**C1NavBar** provides several appearance properties to customize the style of the buttons. The following image illustrates the [ImageIndent](/componentone/docs/win/online-menus-toolbar/) and [TextImageGap](/componentone/docs/win/online-menus-toolbar/) properties

<br />![ImageIndent and TextImageGap properties in NavBar](https://cdn.mescius.io/document-site-files/images/a27cb622-e6d9-4efc-a0b0-0c31245fd632/imagesext/image11_222.png)

### Button Text and Image Layout

You can configure the layout of the text and image for each button to get the desired appearance through the [ImageIndent](/componentone/docs/win/online-menus-toolbar/) and [TextImageGap](/componentone/docs/win/online-menus-toolbar/) properties. If you would like to increase the indent of the image you can use the [ImageIndent](/componentone/docs/win/online-menus-toolbar/) property. If you would like more space between the image and the text then you can use the [TextImageGap](/componentone/docs/win/online-menus-toolbar/) property to increase the pixel width. By default, the [ImageIndent](/componentone/docs/win/online-menus-toolbar/) property is 6 pixels and the [TextImageGap](/componentone/docs/win/online-menus-toolbar/) is 3 pixels.

## See Also

[NavBar Vertical Text](/componentone/docs/win/online-menus-toolbar/navbaroverview/navbarappearanceandb/navbarverticaltext)