diff --git a/uwp/Add-Syncfusion-Controls.md b/uwp/Add-Syncfusion-Controls.md index 1d05225a..35abfeea 100644 --- a/uwp/Add-Syncfusion-Controls.md +++ b/uwp/Add-Syncfusion-Controls.md @@ -7,9 +7,9 @@ control: Add Syncfusion Controls documentation: ug --- -# Add Syncfusion UWP Controls +# Add Syncfusion® UWP Controls -The Syncfusion UWP controls can be added in a Visual Studio projects by using either of the following ways, +The Syncfusion® UWP controls can be added in a Visual Studio projects by using either of the following ways, * Through Designer * Through Code-Behind @@ -19,7 +19,7 @@ The Syncfusion UWP controls can be added in a Visual Studio projects by using ei ## Through Designer -Syncfusion UI for UWP are added automatically to the Visual Studio Toolbox during installation. The following steps helps to add required Essential UWP control through drag and drop from Toolbox. For example: SfTextBoxExt +Syncfusion® UI for UWP are added automatically to the Visual Studio Toolbox during installation. The following steps helps to add required Essential® UWP control through drag and drop from Toolbox. For example: SfTextBoxExt 1. Create a Universal Windows Platform project in Visual Studio. @@ -77,7 +77,7 @@ xmlns:input="using:Syncfusion.UI.Xaml.Controls.Input"> ## Through Code-Behind -Syncfusion UI for UWP can added at runtime using C# / VB. The following steps helps to add required Essential UWP control through code. For example: SfTextBoxExt. +Syncfusion® UI for UWP can added at runtime using C# / VB. The following steps helps to add required Essential® UWP control through code. For example: SfTextBoxExt. 1.Create a Universal Windows Platform project in Visual Studio and refer to the following assemblies. @@ -146,25 +146,25 @@ Me.Content = textBoxExt1 {% endtabs %} -N> Syncfusion controls for UWP package can be added (available under Universal Windows Platform => Extensions tab in Add reference dialog) in the cases of using most of the controls from Syncfusion toolkit. +N> Syncfusion® controls for UWP package can be added (available under Universal Windows Platform => Extensions tab in Add reference dialog) in the cases of using most of the controls from Syncfusion® toolkit. ## Through Project Templates -Syncfusion provides the **Visual** **Studio** **Project** **Templates** for the Syncfusion UWP platform to create Syncfusion UWP Applications. +Syncfusion® provides the **Visual** **Studio** **Project** **Templates** for the Syncfusion® UWP platform to create Syncfusion® UWP Applications. -I> The Syncfusion UWP project templates are available from Essential Studio v15.3.0.26. +I> The Syncfusion® UWP project templates are available from Essential Studio® v15.3.0.26. -### Create Syncfusion UWP Application +### Create Syncfusion® UWP Application The following steps direct you to create the **Syncfusion** **UWP** **Application** through the **Visual** **Studio** **Project** **Template**. -1. To create a Syncfusion UWP project, choose **New** **Project****->** **Syncfusion****->****Universal** **Windows****->****Syncfusion** **Universal** **Windows** **Application** from **Visual** **Studio**. +1. To create a Syncfusion® UWP project, choose **New** **Project****->** **Syncfusion****->****Universal** **Windows****->****Syncfusion** **Universal** **Windows** **Application** from **Visual** **Studio**. ![Create Syncfusion UWP project](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img1.jpeg) 2. Name the **Project** and choose the destination location if required, then click **OK**. -3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion UWP Application by using the following Project Configuration dialog. +3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion® UWP Application by using the following Project Configuration dialog. #### Project configurations: @@ -178,36 +178,36 @@ The following steps direct you to create the **Syncfusion** **UWP** **Applicatio **Template Type:** Select the template type of UWP Project, either Blank or Hamburger Menu or Hamburger Menu (MVVM). - **Components:** Choose the required Syncfusion components to configure. + **Components:** Choose the required Syncfusion® components to configure. ![Configure Syncfusion UWP project](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img4.jpeg) - N> If SDK is chosen as the reference type, then all the Syncfusion UWP controls will be added. So, you no need to select any components. + N> If SDK is chosen as the reference type, then all the Syncfusion® UWP controls will be added. So, you no need to select any components. -4. Once you click Create button, the Syncfusion UWP Application is created. +4. Once you click Create button, the Syncfusion® UWP Application is created. -5. Once the Project Configuration Wizard is done, the Syncfusion UWP Application is created with required SDK/references and pages. +5. Once the Project Configuration Wizard is done, the Syncfusion® UWP Application is created with required SDK/references and pages. ![UWP Application Created with required SDK and References](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img5.jpeg) -6. Then, Syncfusion licensing registration required message box will be shown as follow, if you are installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Please navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key) which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio. +6. Then, Syncfusion® licensing registration required message box will be shown as follow, if you are installed the trial setup or NuGet packages since Syncfusion® introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio® release. Please navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key) which is shown in the licensing message box to generate and register the Syncfusion® license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio®. ![Syncfusion Licensing Message Box](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img6.jpeg) ## Through NuGet Packages -Syncfusion UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion NuGet package installation. Please refer below topic to configure and install the Syncfusion UWP NuGet packages in UWP application from Visual Studio. +Syncfusion® UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion® NuGet package installation. Please refer below topic to configure and install the Syncfusion® UWP NuGet packages in UWP application from Visual Studio. [Configuring Syncfusion NuGet packages in Visual Studio](https://help.syncfusion.com/uwp/visual-studio-integration/nuget-packages) -After Installed required Syncfusion UWP NuGet packages in your application, we can utilize the Syncfusion UWP controls by following ways. +After Installed required Syncfusion® UWP NuGet packages in your application, we can utilize the Syncfusion® UWP controls by following ways. * Through Designer * Through XMAL * Through Code-Behind -1.Syncfusion UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion NuGet package installation. We can add required Syncfusion UWP control through drag and drop from ToolBox. Toolbox configured from Syncfusion UWP NuGet package, controls will be listed under “Syncfusion controls for UWP” category. For example: SfColorPicker +1.Syncfusion® UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion® NuGet package installation. We can add required Syncfusion® UWP control through drag and drop from ToolBox. Toolbox configured from Syncfusion® UWP NuGet package, controls will be listed under “Syncfusion® controls for UWP” category. For example: SfColorPicker ![Add Colorpicker from ToolBox](Add-Syncfusion-Controls_images/Toolbox_ColoPicker1.png) @@ -216,7 +216,7 @@ After Installed required Syncfusion UWP NuGet packages in your application, we c N> Toolbox configuration by installing UWP NuGet packages support available from v15.4.0.17. -2.The following steps helps to add a required Essential UWP control through XAML code, for example: SfColorPicker +2.The following steps helps to add a required Essential® UWP control through XAML code, for example: SfColorPicker a. Include the namespace for Syncfusion.SfColorPickers.UWP assembly from Syncfusion.SfColorPickers.UWP NuGet package in MainPage.xaml. @@ -247,7 +247,7 @@ b. Now add the `SfColorPicker` control with a required optimal name using the in {% endtabs %} -3.The following steps helps to add a required Essential UWP control through code, for example: SfColorPicker +3.The following steps helps to add a required Essential® UWP control through code, for example: SfColorPicker a. Include the namespace for Syncfusion. SfColorPickers.UWP assembly in MainPage.xaml.cs diff --git a/uwp/Control-Dependencies.md b/uwp/Control-Dependencies.md index f5a5da9c..740f2f5b 100644 --- a/uwp/Control-Dependencies.md +++ b/uwp/Control-Dependencies.md @@ -1,13 +1,13 @@ --- layout: post -title: Control dependencies | Universal Windows Platform | Syncfusion -description: Control and it's Dependency assembly details for Syncfusion Essential Studio Universal Windows Platform (UWP) products. +title: Control dependencies | Universal Windows Platform | Syncfusion® +description: Control and it's Dependency assembly details for Syncfusion® Essential Studio® Universal Windows Platform (UWP) products. platform: uwp control: Control Dependencies documentation: ug --- -# Control Dependencies in Syncfusion's UWP Controls +# Control Dependencies in the Syncfusion® UWP Controls This section lists needed assembly or NuGet references to use any control in the application. You can refer to the [installation and deployment section](https://help.syncfusion.com/uwp/installation/web-installer/how-to-install) to know assembly installation location and [NuGet packages](https://help.syncfusion.com/uwp/visual-studio-integration/nuget-packages) section to know how to add NuGet reference. diff --git a/uwp/DotNET-Framework-support-History.md b/uwp/DotNET-Framework-support-History.md index 7b8203d1..cde8e12c 100644 --- a/uwp/DotNET-Framework-support-History.md +++ b/uwp/DotNET-Framework-support-History.md @@ -1,7 +1,7 @@ --- layout: post title: .NET Framework support history for Syncfusion Essential UWP controls -description: .NET Framework support history for Syncfusion Essential UWP controls +description: .NET Framework support history for Syncfusion® Essential Studio® Universal Windows Platform (UWP) products. platform: uwp control: .Net Framework support History documentation: ug @@ -10,7 +10,7 @@ documentation: ug ## Version Compatibility -This table represents the Syncfusion Essential Studio UWP controls supported .NET Framework versions: +This table represents the Syncfusion® Essential Studio® UWP controls supported .NET Framework versions: @@ -25,7 +25,7 @@ Yes ## Control compatibility -Syncfusion UWP controls are always updated with the Microsoft latest Framework. The following table contains information about the control’s compatibility with the versions of .NET Framework: +Syncfusion® UWP controls are always updated with the Microsoft latest Framework. The following table contains information about the control’s compatibility with the versions of .NET Framework:
diff --git a/uwp/Featured-Samples.md b/uwp/Featured-Samples.md index 16ca4e5a..b6992eb9 100644 --- a/uwp/Featured-Samples.md +++ b/uwp/Featured-Samples.md @@ -1,7 +1,7 @@ --- layout: post -title: Guidance to run the samples | Syncfusion -description: Learn how to run the samples of Syncfusion Essential Studio UWP products +title: Guidance to run the samples | Syncfusion® +description: Learn how to run the samples of Syncfusion® Essential Studio® Universal Windows Platform (UWP) products. platform: uwp control: Featured Samples documentation: ug @@ -27,5 +27,5 @@ Sample Browser is available under following folder location: “[Installed Drive]:\Users\Public\Documents\Syncfusion\Universal Windows\{{ site.releaseversion }}\SampleBrowser” -N> In above section, Latest Essential Studio version details has been provided. User can refer installed Essential Studio version instead of mentioned version. +N> In above section, Latest Essential Studio® version details has been provided. User can refer installed Essential Studio® version instead of mentioned version. diff --git a/uwp/Localization.md b/uwp/Localization.md index f1053ff8..30ba8fca 100644 --- a/uwp/Localization.md +++ b/uwp/Localization.md @@ -1,15 +1,15 @@ --- layout: post -title: Localization in UWP Controls | Syncfusion -description: Learn about localization support in Syncfusion UWP UI controls using .resw files and explains editing default strings of UWP controls. +title: Localization in UWP Controls | Syncfusion® +description: Learn about localization support in Syncfusion® UWP UI controls using .resw files and explains editing default strings of UWP controls. platform: uwp Control: Localization documentation: ug --- -# Localization of Syncfusion UWP controls +# Localization of Syncfusion® UWP controls -Localization is the process of translating the application resources into different language for the specific cultures. You can localize the syncfusion UWP controls by adding resource file for each language. +Localization is the process of translating the application resources into different language for the specific cultures. You can localize the syncfusion® UWP controls by adding resource file for each language. ## Changing application culture @@ -47,7 +47,7 @@ End Class You can create .resw files for any language by following steps, -N> You can get the default resource files of all Syncfusion UWP libraries from [GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files). +N> You can get the default resource files of all Syncfusion® UWP libraries from [GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files). 1) Right click your project and add new folder named `Resources`. @@ -73,4 +73,4 @@ N> Download demo link from [GitHub](https://github.com/SyncfusionExamples/uwp-da ## Editing default culture strings -You can change the default string of any control by adding the default .resw files ([from GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files)) to `Resources` folder of your application. Syncfusion UWP controls reads the default string from the .resw files of application if its added. +You can change the default string of any control by adding the default .resw files ([from GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files)) to `Resources` folder of your application. Syncfusion® UWP controls reads the default string from the .resw files of application if its added. diff --git a/uwp/Overview.md b/uwp/Overview.md index e5617127..d37f2c1c 100644 --- a/uwp/Overview.md +++ b/uwp/Overview.md @@ -1,14 +1,14 @@ --- -title: About UWP Overview control | Syncfusion -description: Learn here all about introduction of Syncfusion Essential Studio for UWP, its controls, features and more. +title: About UWP Overview control | Syncfusion® +description: Learn here all about introduction of Syncfusion® Essential Studio® for UWP, its controls, features and more. platform: uwp control: overview documentation: ug --- -# Welcome to Syncfusion Essential Studio for UWP +# Welcome to Syncfusion® Essential Studio® for UWP -Essential UWP is a comprehensive collection of 35+ enterprise-grade UWP components for building windows store applications. It includes all the UI controls that are typically required for building line-of-business (LOB) applications including Tools, Charts, Grids, Scheduler, Diagram and much more. +Essential® UWP is a comprehensive collection of 35+ enterprise-grade UWP components for building windows store applications. It includes all the UI controls that are typically required for building line-of-business (LOB) applications including Tools, Charts, Grids, Scheduler, Diagram and much more. ## How to best read this user guide diff --git a/uwp/System-Requirements.md b/uwp/System-Requirements.md index 4d4a6c3a..2226ca4d 100644 --- a/uwp/System-Requirements.md +++ b/uwp/System-Requirements.md @@ -1,7 +1,7 @@ --- layout: post -title: System Requirements in UWP - Syncfusion -description: Checkout and learn here all about the system requirements needed to use the Syncfusion UWP Components. +title: System Requirements in UWP - Syncfusion® +description: Checkout and learn here all about the system requirements needed to use the Syncfusion® UWP Components. platform: uwp control: System Requirement documentation: ug @@ -9,7 +9,7 @@ documentation: ug # System Requirements for UWP Components -This section describes the system requirements of Syncfusion UWP Controls for development. +This section describes the system requirements of Syncfusion® UWP Controls for development. ## Framework