Skip to content

Commit d8b58c8

Browse files
Merge pull request #1034 from syncfusion-content/SEO-187681-page-with-redirect-winforms
SEO-187681-page-with-redirect-winforms
2 parents d9d2708 + e155a01 commit d8b58c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WindowsForms/TabControl/Alignment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: Alignment in Windows Forms TabControl control | Syncfusion
44
description: Learn about Alignment support in Syncfusion Windows Forms TabControl (TabControlAdv) control and more details.
5-
platform: WindowsForms
5+
platform: windowsforms
66
control: TabControlAdv
77
documentation: ug
88
---
@@ -107,7 +107,7 @@ Me.tabControlAdv1.KeepSelectedTabInFrontRow = True
107107

108108
## RTL support
109109

110-
[TabControlAdv](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html) allows the TabItems to be drawn from right to left. This can be done by setting the [RightToLeft](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.control.righttoleft?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_Control_RightToLeft) property to Yes.
110+
[TabControlAdv](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html) allows the TabItems to be drawn from right to left. This can be done by setting the [RightToLeft](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control.righttoleft?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_Control_RightToLeft) property to Yes.
111111

112112
This property aligns the tabs and the text from right to left which proves to be helpful for the Right-To-Left languages.
113113

@@ -117,7 +117,7 @@ This property aligns the tabs and the text from right to left which proves to be
117117

118118
The [RotateTabsWhenRTL](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html#Syncfusion_Windows_Forms_Tools_TabControlAdv_RotateTabsWhenRTL) property can be used to rotate the tabs which are aligned to the left and right of the [TabPages](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html#Syncfusion_Windows_Forms_Tools_TabControlAdv_TabPages). This specifies whether a tab should be drawn from left to right or from right to left. The default value is `false`.
119119

120-
When the [RightToLeft](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.control.righttoleft?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_Control_RightToLeft) mode is activated and [RotateTabsWhenRTL](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html#Syncfusion_Windows_Forms_Tools_TabControlAdv_RotateTabsWhenRTL) property is enabled, tab rotation is allowed.
120+
When the [RightToLeft](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control.righttoleft?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_Control_RightToLeft) mode is activated and [RotateTabsWhenRTL](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html#Syncfusion_Windows_Forms_Tools_TabControlAdv_RotateTabsWhenRTL) property is enabled, tab rotation is allowed.
121121

122122
![Rotating tabs](RTL-Support_images/RTL-Support_img2.jpeg)
123123

0 commit comments

Comments
 (0)