From fa9ae8727488d308229065ebf268de63f58e983c Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Mon, 18 Mar 2024 15:37:20 +0300 Subject: [PATCH 1/2] SEO-180850-WindowsFoorms-docs-changes --- WindowsForms/Installation/install-nuget-packages.md | 4 ++-- WindowsForms/XPToolbar/RTL.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WindowsForms/Installation/install-nuget-packages.md b/WindowsForms/Installation/install-nuget-packages.md index 158b03c7e..1144778fd 100644 --- a/WindowsForms/Installation/install-nuget-packages.md +++ b/WindowsForms/Installation/install-nuget-packages.md @@ -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. @@ -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. diff --git a/WindowsForms/XPToolbar/RTL.md b/WindowsForms/XPToolbar/RTL.md index 54cb468cc..a5994a731 100644 --- a/WindowsForms/XPToolbar/RTL.md +++ b/WindowsForms/XPToolbar/RTL.md @@ -9,7 +9,7 @@ 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. From 90a7a9ebedcac0e69629158dbaf5fa21f2f850eb Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Mon, 18 Mar 2024 15:44:37 +0300 Subject: [PATCH 2/2] made changes --- WindowsForms/Installation/install-nuget-packages.md | 2 +- WindowsForms/XPToolbar/RTL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WindowsForms/Installation/install-nuget-packages.md b/WindowsForms/Installation/install-nuget-packages.md index 1144778fd..4dd80cde9 100644 --- a/WindowsForms/Installation/install-nuget-packages.md +++ b/WindowsForms/Installation/install-nuget-packages.md @@ -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 diff --git a/WindowsForms/XPToolbar/RTL.md b/WindowsForms/XPToolbar/RTL.md index a5994a731..b2a66dc86 100644 --- a/WindowsForms/XPToolbar/RTL.md +++ b/WindowsForms/XPToolbar/RTL.md @@ -2,7 +2,7 @@ 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 ---