An app bar consists of a Xamarin.Forms toolbar.
Перейти к файлу
Javier Suárez Ruiz 39815fd82a Added screenshot in the README 2020-04-01 17:53:43 +02:00
images Added screenshot in the README 2020-04-01 17:53:43 +02:00
src Fixed output message issue AppBarItem parent 2020-04-01 17:50:34 +02:00
.gitattributes Added gitignore 2020-03-24 11:47:58 +01:00
.gitignore Added gitignore 2020-03-24 11:47:58 +01:00
README.md Added screenshot in the README 2020-04-01 17:53:43 +02:00

README.md

AppBar

An app bar consists of a Xamarin.Forms toolbar.

Custom NavBar

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

Code released under the MIT license.