Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions WindowsForms/XPToolbar/RTL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
layout: post
title: RTL in Windows Forms xptoolbar control | Syncfusion
description: Learn about RTL support in Syncfusion Windows Forms xptoolbar (XPToolbar) control, its elements and more details.
platform: WindowsForms
platform: windowsforms
control: XPToolBar
documentation: ug
---

# RTL in Windows Forms xp toolbar (XPToolbar)

RTL is used to display the content from right to left 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`.
RTL is used to display the content from right to left 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`.


The following code sample explains how to display the control from right-to-left.
Expand Down