css
Description
Adds a custom style to the Toolbar control.Usage
css?: string;
Example
Defining CSS class:
<Toolbar css="somebar" />
<style>
.somebar {
background-color: #f0f0f0;
}
</style>
Related article: Styling a toolbar
css?: string;
Defining CSS class:
<Toolbar css="somebar" />
<style>
.somebar {
background-color: #f0f0f0;
}
</style>
Related article: Styling a toolbar