Skip to content

Commit 8948efa

Browse files
committed
2 parents 99c3558 + c75fd1f commit 8948efa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ ToDo:
137137

138138
Very similar to `BadgeColor` just use [`TabBadge.BadgePosition` (XAML) or `TabBadge.BadgePositionPropery` (CSharp)].
139139

140-
| Top Left | Bottom Left | Bottom Right | Center |
141-
| ------------- | ----------- | ----------- | ----------- |
142-
| <img src="Screencasts/badge_topleft.PNG" height="50"/> | <img src="Screencasts/badge_bottomleft.PNG" height="50"/> | <img src="Screencasts/badge_bottomright.PNG" height="50"/> | <img src="Screencasts/badge_center.PNG" height="50"/> |
140+
| TopLeft | BottomLeft | BottomRight | Center | TopCenter | BottomCenter | LeftCenter | RightCenter |
141+
| ------------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- |
142+
| <img src="Screencasts/badge_topleft.PNG" height="50"/> | <img src="Screencasts/badge_bottomleft.PNG" height="50"/> | <img src="Screencasts/badge_bottomright.PNG" height="50"/> | <img src="Screencasts/badge_center.PNG" height="50"/> | | | | |
143143

144144
## Showning / Hiding the badge
145145
If the value of the `BadgeText` is set to null or empty string the badge is hidden. To show it again set a non null or empty value

0 commit comments

Comments
 (0)