Skip to content

Commit 249cb66

Browse files
Addressed the staging issues
1 parent c3fc1b3 commit 249cb66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

maui-toolkit/TabView/Tab-Bar-Customization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ The .NET MAUI TabView allows users to customize the header position using the `T
145145

146146
By default, the header is positioned at the Start. This property supports the following values:
147147

148-
* **Start** - Positions the tab header at the beginning of the tab view.
149-
* **Center** - Aligns the tab header at the center of the tab view.
150-
* **End** - Places the tab header at the end of the tab view.
148+
* **Start** - Positions the tab header at the beginning of the Tab View.
149+
* **Center** - Aligns the tab header at the center of the Tab View.
150+
* **End** - Places the tab header at the end of the Tab View.
151151

152152

153153
N> The `TabHeaderAlignment` property is applicable only when the `TabWidthMode` is set to SizeToContent.

0 commit comments

Comments
 (0)