Skip to content

Commit 02b5841

Browse files
Update fetures-tabstrip-alignment.md
1 parent bd4cf4c commit 02b5841

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed
Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,34 @@
11
---
2-
title: Tabstrip alignment
3-
page_title: Tabstrip alignment
2+
title: Tabstrip Alignment
3+
page_title: Tabstrip Alignment
44
description: Check our "Tabstrip alignment" documentation article for the RadTabControl {{ site.framework_name }} control.
55
slug: radtabcontrol-fetures-tabstrip-alignment
66
tags: tabstrip,alignment
77
published: True
88
position: 7
99
---
1010

11-
# Tabstrip alignment
11+
# Tabstrip Alignment
1212

13+
The RadTabControl exposes an __Align__ property of type __TabStripAlign__ enumeration. It controls the alignment of the control's tabstrip. You can choose between the following options:
1314

15+
* `Left` (default)
1416

15-
##
16-
17-
The RadTabControl exposes an __Align__ property of type __TabStripAlign__ enumeration. It controls the alignment of the control's tabstrip. You can choose between the following options:
18-
19-
20-
* __Left__ - this is the default value of the property.
2117
![radtabcontrol-align-left](images/radtabcontrol-align-left.png)
2218

23-
* __Right__ - alignes the tabstrip from the right.
19+
* `Right`
20+
2421
![radtabcontrol-align-right](images/radtabcontrol-align-right.png)
2522

26-
* __Center__ - centeres the tabstrip.
23+
* `Center`
24+
2725
![radtabcontrol-align-center](images/radtabcontrol-align-center.png)
2826

29-
* __Justify__ - scales all RadTabItems so that all the available space is filled.
30-
![radtabcontrol-align-justify](images/radtabcontrol-align-justify.png)
27+
* `Justify`—This mode scales all RadTabItems so that all the available space is filled.
3128

32-
>If there is not enough space available, the RadTabItems are arranged like Justify is chosen. Hence, parts of the items can be clipped. In such cases you can consider using [multi-line tabs]({%slug radtabcontrol-features-multiline-tabs%}).
33-
29+
![radtabcontrol-align-justify](images/radtabcontrol-align-justify.png)
3430

35-
## See Also
31+
If there is not enough space available, the RadTabItems arrangement defaults to e behavior similar to the `Justify` alignment. Hence, parts of the items can be clipped. In such cases you can consider using [multi-line tabs]({%slug radtabcontrol-features-multiline-tabs%}).
3632

33+
## See Also
3734
* [Visual Structure]({%slug radtabcontrol-visual-structure%})

0 commit comments

Comments
 (0)