You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,13 +54,14 @@ Next up, just add the breadcrumb control onto that page and you're all set.
54
54
|---|---|---- |
55
55
| Separator | Sets the image source of the separator | This allows you to set the separator to `FontImageSource`, `UriImageSource` or `FileImageSource`. </br> Default is **new FontImageSource { Glyph = " / ", Color = Colors.Black, Size = 15, }**|
56
56
| SeparatorHeight | Sets the height of the separator | Default is **15**|
57
-
| FirstBreadcrumb | Allows you to override the first breadcrumb and set an image source. F.e. This is usefull if you want the first breadcrumb to be a home icon instead of the default title. | Default will be a label like all the other breadcrumbs |
58
-
| ScrollBarVisibility | Sets the HorizontalScrollBarVisibility of the scrollview| More info here [ScrollBarVisibility](https://docs.microsoft.com/en-us/dotnet/api/xamarin.forms.scrollbarvisibility?view=xamarin-forms). Default value is **ScrollBarVisibility.Never**|
57
+
| FirstBreadcrumb | Allows you to override the first breadcrumb and set an image source. F.e. This is useful if you want the first breadcrumb to be a home icon instead of the default title. | Default will be a label like all the other breadcrumbs |
58
+
| ScrollBarVisibility | Sets the HorizontalScrollBarVisibility of the ScrollView| More info here [ScrollBarVisibility](https://docs.microsoft.com/en-us/dotnet/api/xamarin.forms.scrollbarvisibility?view=xamarin-forms). Default value is **ScrollBarVisibility.Never**|
59
59
| FontSize | Sets the text font size for the breadcrumb | Default value is **15**. <br>Support [`NamedSize`](https://docs.microsoft.com/en-us/dotnet/api/xamarin.forms.namedsize?view=xamarin-forms)|
60
-
| TextColor | Sets the text color for the breadcrumb and seperator | A `Color` object. <br> Default value is **black**. <br>*(doesnt include the last breadcrumb)*|
61
-
| CornerRadius | A `CornerRadius` object representing each individual corner's radius for each breadcrumb. | Uses the `CornerRadius` struct allowing you to specify individual corners. <br> Default value is **10**. <br> *(doesnt include the last breadcrumb)*|
60
+
| TextColor | Sets the text color for the breadcrumb and separator | A `Color` object. <br> Default value is **black**. <br>*(doesn't include the last breadcrumb)*|
61
+
| FontFamily | Sets the font for the breadcrumb text | Defaults to default label font |
62
+
| CornerRadius | A `CornerRadius` object representing each individual corner's radius for each breadcrumb. | Uses the `CornerRadius` struct allowing you to specify individual corners. <br> Default value is **10**. <br> *(doesn't include the last breadcrumb)*|
62
63
| BreadcrumbMargin | A `Thickness` object used to define the spacing between the breadcrumb and separators | Uses the `Thickness` struct allowing you to specify left, top, right and bottom margin |
63
-
| BreadcrumbBackgroundColor | This is the background color for the individual breadcrumbs | A `Color` object. <br> Default value is **Transparent**. <br> *(doesnt include the last breadcrumb)*|
64
+
| BreadcrumbBackgroundColor | This is the background color for the individual breadcrumbs | A `Color` object. <br> Default value is **Transparent**. <br> *(doesn't include the last breadcrumb)*|
64
65
| LastBreadcrumbTextColor | Sets the text color for the last breadcrumb | A Color object. <br> Default value is **black**. |
65
66
| LastBreadcrumbCornerRadius | A `CornerRadius` object representing each individual corner's radius.| Uses the `CornerRadius` struct allowing you to specify individual corners. <br> Default value is **10**. |
66
67
| LastBreadcrumbBackgroundColor | Sets the background color of the last breadcrumbs | A Color object. <br> Default value is **Transparent**. |
0 commit comments