Skip to content

Commit d09717b

Browse files
Merge pull request #1645 from syncfusion-content/Trademark_symbol_inclusion_hotfix
Include trademark symbol in WPF UG document
2 parents 70749f7 + b8d1530 commit d09717b

19 files changed

+107
-96
lines changed

wpf/Add-Syncfusion-Controls.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
22
layout: post
3-
title: Steps to add Syncfusion Essential WPF controls
4-
description: Learn about the different ways to add Syncfusion Essential WPF controls to the Visual Studio project.
3+
title: Steps to add Syncfusion® Essential® WPF controls
4+
description: Learn about the different ways to add Syncfusion® Essential® WPF controls to the Visual Studio project.
55
platform: wpf
66
control: common
77
documentation: ug
88
---
9-
# Add Syncfusion WPF Controls
9+
# Add Syncfusion® WPF Controls
1010

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

1313
* Using Designer
1414
* Using Code-Behind
1515
* Using Project Template
1616

1717
## Using Designer
1818

19-
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**
19+
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**
2020

2121
1. Create a WPF project in Visual Studio.
2222

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

3131
### Using XAML
3232

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

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

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

7373
## Using Code-Behind
7474

75-
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**.
75+
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**.
7676

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

@@ -156,23 +156,23 @@ Me.Content = textBoxExt1
156156

157157
## Using Project Template
158158

159-
Syncfusion provides the Visual Studio Project Templates for the Syncfusion WPF platform to create Syncfusion WPF Application.
159+
Syncfusion® provides the Visual Studio Project Templates for the Syncfusion® WPF platform to create Syncfusion® WPF Application.
160160

161-
I> The Syncfusion WPF templates are available from v16.1.0.24.
161+
I> The Syncfusion® WPF templates are available from v16.1.0.24.
162162

163163
### Create Syncfusion WPF project
164164

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

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

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

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

173-
N> Minimum target Framework is 4.0 for Syncfusion WPF project templates.
173+
N> Minimum target Framework is 4.0 for Syncfusion® WPF project templates.
174174

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

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

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

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

203-
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.
203+
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.
204204

205205
![Shows syncfusion license registration message](Add-Syncfusion-Control_images\Syncfusion-Project-Template-Gallery-9.png)

wpf/Blend-Support.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22
layout: post
33
title: Steps to edit Style and Template with WPF Blend control | Syncfusion
4-
description: Learn how to edit the Style and Template in Syncfusion Essential WPF Blend Support control, its elements and more.
4+
description: Learn how to edit the Style and Template in Syncfusion® Essential® WPF Blend Support control, its elements and more.
55
platform: wpf
66
control: Blend Support
77
documentation: ug
88
---
99

1010
# Getting Started with Blend Support
1111

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

1414
## Edit Control Style in Expression Blend
1515

1616
1.Open an application in Expression Blend.
1717

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

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

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

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

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

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

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

5050

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

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

wpf/Control-Dependencies.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
layout: post
3-
title: Control Dependencies and Dependency assembly | WPF | Syncfusion
4-
description: Control and it's Dependency assembly or NuGet reference details for Syncfusion Essential Studio WPF products
3+
title: Control Dependencies and Dependency assembly | WPF | Syncfusion®
4+
description: Control and it's Dependency assembly or NuGet reference details for Syncfusion® Essential Studio® WPF products
55
platform: wpf
66
control: Control Dependencies
77
documentation: ug
88
---
99

10-
# Control Dependencies in Syncfusion's WPF Controls
10+
# Control Dependencies in Syncfusion®'s WPF Controls
1111

1212
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.
1313

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

1616
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.
1717

wpf/Installation/install-nuget-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: Install Syncfusion WPF NuGet packages - Syncfusion
44
description: Learn here about how to install Syncfusion WPF NuGet packages from Package manager and NuGet manager.
5-
platform: WPF
5+
platform: wpf
66
control: Extension
77
documentation: ug
88

wpf/Localization.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22
layout: post
3-
title: Localization in Syncfusion WPF UI Controls | Syncfusion
4-
description: Learn about Localization support in Syncfusion WPF UI Contorls using .RESX files and also explains editing default strings of WPF controls.
3+
title: Localization in Syncfusion® WPF UI Controls | Syncfusion®
4+
description: Learn about Localization support in Syncfusion® WPF UI Contorls using .RESX files and also explains editing default strings of WPF controls.
55
platform: wpf
66
control: Localization
77
documentation: ug
88
---
99

10-
# Localization of Syncfusion WPF Controls
10+
# Localization of Syncfusion® WPF Controls
1111

12-
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.
12+
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.
1313

1414
## Changing application culture
1515

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

1818
{% tabs %}
1919

20-
{%highlight C#%}
20+
{% highlight C# %}
2121

2222
public partial class MainWindow
2323
{
@@ -48,7 +48,7 @@ End Class
4848

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

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

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

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

7676
## Editing default culture strings
7777

78-
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.
78+
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.

wpf/Pattern-and-Practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Pattern and Practices for Syncfusion Essential WPF controls
4-
description: Learn here about how to use MVVM Commands, Patterns, and Events of the Syncfusion Essential WPF controls
3+
title: Pattern and Practices for Syncfusion® Essential® WPF controls
4+
description: Learn here about how to use MVVM Commands, Patterns, and Events of the Syncfusion® Essential WPF controls
55
platform: wpf
66
control: Pattern and Practices
77
documentation: ug

wpf/System-Requirements.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: System Requirements in WPF - Syncfusion
4-
description: Checkout and learn here all about the system requirements needed to use the Syncfusion WPF Components.
3+
title: System Requirements in WPF - Syncfusion®
4+
description: Checkout and learn here all about the system requirements needed to use the Syncfusion® WPF Components.
55
platform: wpf
66
control: System Requirement
77
documentation: ug
88
---
9-
# System Requirement in Syncfusion Essential WPF
9+
# System Requirement in Syncfusion® Essential® WPF
1010

11-
This section describes the system requirements to use Syncfusion WPF Controls for development.
11+
This section describes the system requirements to use Syncfusion® WPF Controls for development.
1212

1313
### Operating Systems
1414

wpf/Themes/Fluent-Theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: WPF Fluent Theme | Fluent Light & Dark Themes for WPF | Syncfusion
4-
description: Learn how to apply fluent theme for WPF controls and Syncfusion controls. Fluent Light and Fluent Dark themes support along with reveal animations.
4+
description: Learn how to apply fluent theme for WPF controls and Syncfusion® controls. Fluent Light and Fluent Dark themes support along with reveal animations.
55
platform: wpf
66
control: Themes
77
documentation: ug

wpf/Themes/Keyboard-Focus-Visual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
33
title: Getting Started with Keyboard Focus Visual | Syncfusion WPF Controls
4-
description: This article explains how to apply high visibility keyboard visual feedback followed in fluent design for WPF controls and Syncfusion controls.
4+
description: This article explains how to apply high visibility keyboard visual feedback followed in fluent design for WPF controls and Syncfusion® controls.
55
platform: wpf
66
control: Themes
77
documentation: ug
88
---
99

1010
# Getting Started with Keyboard Focus Visual for WPF Controls
1111

12-
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.
12+
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.
1313

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

wpf/Themes/ScrollBar-Mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Windows 10 Compact ScrollBar | Touch ScrollBars | Syncfusion
3+
title: Windows 10 Compact ScrollBar | Touch ScrollBars | Syncfusion®
44
description: This article explains how to enable Windows 10 like compact scrollbars (touch scrollbars) in WPF applications.
55
platform: wpf
66
control: Themes
77
documentation: ug
88
---
99
# Getting Started with Windows 10 Compact ScrollBar (Touch ScrollBars)
1010

11-
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).
11+
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).
1212

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

0 commit comments

Comments
 (0)