Xamarin.Forms.AppBar/README.md

37 строки
860 B
Markdown
Исходник Обычный вид История

2020-03-29 20:07:57 +03:00
# AppBar
2020-03-30 18:11:00 +03:00
An app bar consists of a Xamarin.Forms toolbar.
2020-03-29 20:07:57 +03:00
2020-04-01 18:53:43 +03:00
![Custom NavBar](images/appbar-custombackground.gif)
2020-03-31 18:10:30 +03:00
## AppBar
| Property | Type |
|----------|:-------------:|
| BarHeight | double |
| BarBackgroundColor | Color |
| BarBackgroundImage | ImageSource |
| BarBackgroundView | View |
| BarTextColor | Color |
| NavigationIcon | ImageSource |
| BackButtonTitle | string |
| BorderColor | Color |
| BorderHeight | double |
| Title | string |
| FontFamily | string |
| FontAttributes | FontAttributes |
| FontSize | double |
| TitleView | View |
| BackCommand | ICommand |
| BackCommandParameter | object |
| ScrollBehavior | ScrollBehavior |
| Event | Description |
|----------|:-------------:|
| BackTapped | |
2020-03-29 20:07:57 +03:00
## Copyright and license
Code released under the [MIT license](https://opensource.org/licenses/MIT).