Skip to content

SEO-180850-WindowsForms-docs-changes #901

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions WindowsForms/Installation/install-nuget-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Install Syncfusion Windows Forms NuGet packages - Syncfusion
description: Learn here about the how to install Syncfusion Windows Forms NuGet packages from Package manager and NuGet manager.
platform: WindowsForms
platform: windowsforms
control: Extension
documentation: ug

Expand Down Expand Up @@ -42,7 +42,7 @@ The NuGet **Package Manager UI** allows you to search, install, uninstall, and u

## Installation using Dotnet (.NET) CLI

The [dotnet Command Line Interface (CLI)](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-dotnet-cli), allows you to add, restore, pack, publish, and manage packages without making any changes to your application files. [Dotnet add package](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-add-package?tabs=netcore2x) adds a package reference to the application file, then runs [dotnet restore](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-restore?tabs=netcore2x) to install the package.
The [dotnet Command Line Interface (CLI)](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-dotnet-cli), allows you to add, restore, pack, publish, and manage packages without making any changes to your application files. [Dotnet add package](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-add-package?tabs=netcore2x) adds a package reference to the application file, then runs [dotnet restore](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-restore?tabs=netcore2x) to install the package.

Follow the below instructions to use the dotnet CLI command to install the Syncfusion WinForms NuGet packages.

Expand All @@ -60,7 +60,7 @@ Follow the below instructions to use the dotnet CLI command to install the Syncf

![Winforms Package Entry ](Platform_images/packageentry.png)

4. Then run [dotnet restore](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-restore?tabs=netcore2x) command to restores all the packages listed in the application file.
4. Then run [dotnet restore](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-restore?tabs=netcore2x) command to restores all the packages listed in the application file.

> Restoring is done automatically with **dotnet build** and **dotnet run** in .NET Core 2.0 and later.

Expand Down
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