Skip to content

Include trademark symbol in WPF UG document. #1590

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

Open
wants to merge 10 commits into
base: development
Choose a base branch
from
28 changes: 14 additions & 14 deletions wpf/Add-Syncfusion-Controls.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
layout: post
title: Steps to add Syncfusion Essential WPF controls
description: Learn about the different ways to add Syncfusion Essential WPF controls to the Visual Studio project.
title: Steps to add Syncfusion® Essential® WPF controls
description: Learn about the different ways to add Syncfusion® Essential® WPF controls to the Visual Studio project.
platform: wpf
control: common
documentation: ug
---
# Add Syncfusion WPF Controls
# Add Syncfusion® WPF Controls

The Syncfusion WPF controls can be added in a Visual Studio projects by using either of the following ways:
The Syncfusion® WPF controls can be added in a Visual Studio projects by using either of the following ways:

* Using Designer
* Using Code-Behind
* Using Project Template

## Using Designer

Syncfusion UI for WPF are added automatically to the Visual Studio Toolbox during installation. The following steps help you to add the required Essential WPF control using drag and drop from the Toolbox. For example: **SfTextBoxExt**
Syncfusion® UI for WPF are added automatically to the Visual Studio Toolbox during installation. The following steps help you to add the required Essential® WPF control using drag and drop from the Toolbox. For example: **SfTextBoxExt**

1. Create a WPF project in Visual Studio.

Expand All @@ -30,7 +30,7 @@ Syncfusion UI for WPF are added automatically to the Visual Studio Toolbox durin

### Using XAML

The following steps help you to add a required Essential WPF Control using XAML Code, for example: **SfTextBoxExt**.
The following steps help you to add a required Essential® WPF Control using XAML Code, for example: **SfTextBoxExt**.

1. Create a WPF project in Visual Studio and refer the following assemblies:

Expand Down Expand Up @@ -72,7 +72,7 @@ The following steps help you to add a required Essential WPF Control using XAML

## Using Code-Behind

Syncfusion UI for WPF can be added at runtime using C# / VB. The following steps help you to add required Essential WPF control using code. For example: **SfTextBoxExt**.
Syncfusion® UI for WPF can be added at runtime using C# / VB. The following steps help you to add required Essential® WPF control using code. For example: **SfTextBoxExt**.

1. Create a WPF project in Visual Studio and refer to the following assemblies:

Expand Down Expand Up @@ -156,23 +156,23 @@ Me.Content = textBoxExt1

## Using Project Template

Syncfusion provides the Visual Studio Project Templates for the Syncfusion WPF platform to create Syncfusion WPF Application.
Syncfusion® provides the Visual Studio Project Templates for the Syncfusion® WPF platform to create Syncfusion® WPF Application.

I> The Syncfusion WPF templates are available from v16.1.0.24.
I> The Syncfusion® WPF templates are available from v16.1.0.24.

### Create Syncfusion WPF project

The following steps direct you to create the Syncfusion WPF project using the Visual Studio Project Template.
The following steps direct you to create the Syncfusion® WPF project using the Visual Studio Project Template.

1. To create a Syncfusion WPF project, choose New Project-> Syncfusion->Windows->Syncfusion WPF Application from Visual Studio.
1. To create a Syncfusion® WPF project, choose New Project-> Syncfusion->Windows->Syncfusion WPF Application from Visual Studio.

![Create WPF application](Add-Syncfusion-Control_images\Syncfusion-Project-Template-Gallery-1.png)

2. Name the Project, choose the destination location when required and set the framework of the project, then click OK.

N> Minimum target Framework is 4.0 for Syncfusion WPF project templates.
N> Minimum target Framework is 4.0 for Syncfusion® WPF project templates.

3. Choose the options to configure the Syncfusion WPF Application by using the following Project Configuration Wizard.
3. Choose the options to configure the Syncfusion® WPF Application by using the following Project Configuration Wizard.

![WPF Project configuration wizard](Add-Syncfusion-Control_images\Syncfusion-Project-Template-Gallery-2.png)

Expand Down Expand Up @@ -200,6 +200,6 @@ N> Minimum target Framework is 4.0 for Syncfusion WPF project templates.

![Shows project folder for added control](Add-Syncfusion-Control_images\Syncfusion-Project-Template-Gallery-8.png)

5. Then, Syncfusion licensing registration required message box will be shown as follows, if you have installed the trial setup or NuGet packages since Syncfusion introduced the licensing system with the 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 for 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.
5. Then, Syncfusion® licensing registration required message box will be shown as follows, if you have installed the trial setup or NuGet packages since Syncfusion introduced the licensing system with the 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 for 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.

![Shows syncfusion license registration message](Add-Syncfusion-Control_images\Syncfusion-Project-Template-Gallery-9.png)
10 changes: 5 additions & 5 deletions wpf/Blend-Support.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
---
layout: post
title: Steps to edit Style and Template with WPF Blend control | Syncfusion
description: Learn how to edit the Style and Template in Syncfusion Essential WPF Blend Support control, its elements and more.
description: Learn how to edit the Style and Template in Syncfusion® Essential® WPF Blend Support control, its elements and more.
platform: wpf
control: Blend Support
documentation: ug
---

# Getting Started with Blend Support

Essential WPF control's Style and Template can be editable in Expression Blend and this section explains the same.
Essential® WPF control's Style and Template can be editable in Expression Blend and this section explains the same.

## Edit Control Style in Expression Blend

1.Open an application in Expression Blend.

2.Expand the Views, choose `Other Windows` and then choose `Objects` and `Timeline`.

3.In the “Objects and Timeline” pane, select a Syncfusion control to modify a style.
3.In the “Objects and Timeline” pane, select a Syncfusion® control to modify a style.

![Blend-Support_images1](Blend-Support_images/GettingStarted_img1.jpeg)

Expand All @@ -43,12 +43,12 @@ Essential WPF control's Style and Template can be editable in Expression Blend a

2.Expand the Views, choose `Other Windows` and then choose `Objects` and `Timeline`.

3.In the “Objects and Timeline” pane, select a Syncfusion control to modify a template.
3.In the “Objects and Timeline” pane, select a Syncfusion® control to modify a template.

![Blend-Support_images4](Blend-Support_images/GettingStarted_img4.jpeg)


4.Right-click the Syncfusion control and choose `Edit` template
4.Right-click the Syncfusion® control and choose `Edit` template

![Blend-Support_images5](Blend-Support_images/GettingStarted_img5.jpeg)

Expand Down
8 changes: 4 additions & 4 deletions wpf/Control-Dependencies.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
layout: post
title: Control Dependencies and Dependency assembly | WPF | Syncfusion
description: Control and it's Dependency assembly or NuGet reference details for Syncfusion Essential Studio WPF products
title: Control Dependencies and Dependency assembly | WPF | Syncfusion®
description: Control and it's Dependency assembly or NuGet reference details for Syncfusion® Essential Studio® WPF products
platform: wpf
control: Control Dependencies
documentation: ug
---

# Control Dependencies in Syncfusion's WPF Controls
# Control Dependencies in Syncfusion®'s WPF Controls

This section contains a list of assembly or NuGet references required to use any control in the application. You can refer to the [installation and deployment section](https://help.syncfusion.com/wpf/installation-and-upgrade/system-requirements) to know about assembly installation location and [NuGet packages](https://help.syncfusion.com/wpf/visual-studio-integration/nuget-packages) section to know how to add NuGet reference.

You can refer to the [syncfusion controls section](https://help.syncfusion.com/wpf/add-syncfusion-controls) to learn how to add syncfusion control.
You can refer to the [syncfusion controls section](https://help.syncfusion.com/wpf/add-syncfusion-controls) to learn how to add syncfusion® control.

N> Starting with version 16.2(2018 Vol 2), the `Syncfusion.Licensing.dll` will be added as reference for all the Syncfusion WPF controls. Please refer to this [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key), for more information.

Expand Down
2 changes: 1 addition & 1 deletion wpf/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 WPF NuGet packages - Syncfusion
description: Learn here about how to install Syncfusion WPF NuGet packages from Package manager and NuGet manager.
platform: WPF
platform: wpf
control: Extension
documentation: ug

Expand Down
14 changes: 7 additions & 7 deletions wpf/Localization.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
---
layout: post
title: Localization in Syncfusion WPF UI Controls | Syncfusion
description: Learn about Localization support in Syncfusion WPF UI Contorls using .RESX files and also explains editing default strings of WPF controls.
title: Localization in Syncfusion® WPF UI Controls | Syncfusion®
description: Learn about Localization support in Syncfusion® WPF UI Contorls using .RESX files and also explains editing default strings of WPF controls.
platform: wpf
control: Localization
documentation: ug
---

# Localization of Syncfusion WPF Controls
# Localization of Syncfusion® WPF Controls

Localization is the process of translating the application resources into different language for the specific cultures. You can localize the syncfusion WPF controls by adding a 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® WPF controls by adding a resource file for each language.

## Changing application culture

When you change the application culture, you can localize the application based on application culture by creating .resx file.

{% tabs %}

{%highlight C#%}
{% highlight C# %}

public partial class MainWindow
{
Expand Down Expand Up @@ -48,7 +48,7 @@ End Class

You can create .resx files for any language by following these steps:

N> You can get the default resource files of all Syncfusion WPF libraries from [GitHub](https://github.com/syncfusion/wpf-controls-localization-resx-files).
N> You can get the default resource files of all Syncfusion® WPF libraries from [GitHub](https://github.com/syncfusion/wpf-controls-localization-resx-files).

1) Right-click your project and add a new folder named as `Resources`.

Expand All @@ -75,4 +75,4 @@ N> Download demo from the [GitHub](https://github.com/SyncfusionExamples/wpf-dat

## Editing default culture strings

You can change default string of any control by adding the default .resx files ([from GitHub](https://github.com/syncfusion/wpf-controls-localization-resx-files)) to `Resources` folder of your application. If it is added, Syncfusion WPF controls reads the default string from the .resx files of application.
You can change default string of any control by adding the default .resx files ([from GitHub](https://github.com/syncfusion/wpf-controls-localization-resx-files)) to `Resources` folder of your application. If it is added, Syncfusion® WPF controls reads the default string from the .resx files of application.
4 changes: 2 additions & 2 deletions wpf/Pattern-and-Practices.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Pattern and Practices for Syncfusion Essential WPF controls
description: Learn here about how to use MVVM Commands, Patterns, and Events of the Syncfusion Essential WPF controls
title: Pattern and Practices for Syncfusion® Essential® WPF controls
description: Learn here about how to use MVVM Commands, Patterns, and Events of the Syncfusion® Essential WPF controls
platform: wpf
control: Pattern and Practices
documentation: ug
Expand Down
8 changes: 4 additions & 4 deletions wpf/System-Requirements.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: System Requirements in WPF - Syncfusion
description: Checkout and learn here all about the system requirements needed to use the Syncfusion WPF Components.
title: System Requirements in WPF - Syncfusion®
description: Checkout and learn here all about the system requirements needed to use the Syncfusion® WPF Components.
platform: wpf
control: System Requirement
documentation: ug
---
# System Requirement in Syncfusion Essential WPF
# System Requirement in Syncfusion® Essential® WPF

This section describes the system requirements to use Syncfusion WPF Controls for development.
This section describes the system requirements to use Syncfusion® WPF Controls for development.

### Operating Systems

Expand Down
2 changes: 1 addition & 1 deletion wpf/Themes/Fluent-Theme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: WPF Fluent Theme | Fluent Light & Dark Themes for WPF | Syncfusion
description: Learn how to apply fluent theme for WPF controls and Syncfusion controls. Fluent Light and Fluent Dark themes support along with reveal animations.
description: Learn how to apply fluent theme for WPF controls and Syncfusion® controls. Fluent Light and Fluent Dark themes support along with reveal animations.
platform: wpf
control: Themes
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions wpf/Themes/Keyboard-Focus-Visual.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: post
title: Getting Started with Keyboard Focus Visual | Syncfusion WPF Controls
description: This article explains how to apply high visibility keyboard visual feedback followed in fluent design for WPF controls and Syncfusion controls.
description: This article explains how to apply high visibility keyboard visual feedback followed in fluent design for WPF controls and Syncfusion® controls.
platform: wpf
control: Themes
documentation: ug
---

# Getting Started with Keyboard Focus Visual for WPF Controls

The [WPF Skin Manager](https://help.syncfusion.com/cr/wpf/Syncfusion.SfSkinManager.SfSkinManager.html) allows you to apply various keyboard focus visual styles for both Syncfusion and Framework controls using the [FocusVisualKind](https://help.syncfusion.com/cr/wpf/Syncfusion.SfSkinManager.Theme.html#Syncfusion_SfSkinManager_Theme_FocusVisualKind) property.
The [WPF Skin Manager](https://help.syncfusion.com/cr/wpf/Syncfusion.SfSkinManager.SfSkinManager.html) allows you to apply various keyboard focus visual styles for both Syncfusion® and Framework controls using the [FocusVisualKind](https://help.syncfusion.com/cr/wpf/Syncfusion.SfSkinManager.Theme.html#Syncfusion_SfSkinManager_Theme_FocusVisualKind) property.

The [FocusVisualKind](https://help.syncfusion.com/cr/wpf/Syncfusion.SfSkinManager.FocusVisualKind.html) enum contains the following values:

Expand Down
4 changes: 2 additions & 2 deletions wpf/Themes/ScrollBar-Mode.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Windows 10 Compact ScrollBar | Touch ScrollBars | Syncfusion
title: Windows 10 Compact ScrollBar | Touch ScrollBars | Syncfusion®
description: This article explains how to enable Windows 10 like compact scrollbars (touch scrollbars) in WPF applications.
platform: wpf
control: Themes
documentation: ug
---
# Getting Started with Windows 10 Compact ScrollBar (Touch ScrollBars)

The [SfSkinManager](https://help.syncfusion.com/cr/wpf/Syncfusion.SfSkinManager.SfSkinManager.html) allows you to apply various scrollbar styles like Windows 10 compact scrollbar, for both Syncfusion and Framework controls using the [ScrollBarMode](https://help.syncfusion.com/cr/wpf/Syncfusion.SfSkinManager.Theme.html#Syncfusion_SfSkinManager_Theme_ScrollBarMode) property, which will be available only in [themes supported by theme studio](https://help.syncfusion.com/wpf/themes/skin-manager#themes-list).
The [SfSkinManager](https://help.syncfusion.com/cr/wpf/Syncfusion.SfSkinManager.SfSkinManager.html) allows you to apply various scrollbar styles like Windows 10 compact scrollbar, for both Syncfusion® and Framework controls using the [ScrollBarMode](https://help.syncfusion.com/cr/wpf/Syncfusion.SfSkinManager.Theme.html#Syncfusion_SfSkinManager_Theme_ScrollBarMode) property, which will be available only in [themes supported by theme studio](https://help.syncfusion.com/wpf/themes/skin-manager#themes-list).

The [ScrollBarMode](https://help.syncfusion.com/cr/wpf/Syncfusion.SfSkinManager.ScrollBarMode.html) enum contains the following values:

Expand Down
Loading