Skip to content

Commit 08b55fa

Browse files
Merge pull request #1650 from Syncfusion-Content/hotfix/hotfix-v28.1.33
DOCINFRA-2341_merged_using_automation
2 parents 3e7c551 + b50d8be commit 08b55fa

File tree

93 files changed

+211
-200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+211
-200
lines changed

wpf/Add-Syncfusion-Controls.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ platform: wpf
66
control: common
77
documentation: ug
88
---
9-
# Add Syncfusion WPF Controls
9+
# Add Syncfusion<sup>&reg;</sup> 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<sup>&reg;</sup> 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<sup>&reg;</sup> UI for WPF are added automatically to the Visual Studio Toolbox during installation. The following steps help you to add the required Essential<sup>&reg;</sup> 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<sup>&reg;</sup> 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<sup>&reg;</sup> UI for WPF can be added at runtime using C# / VB. The following steps help you to add required Essential<sup>&reg;</sup> 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<sup>&reg;</sup> provides the Visual Studio Project Templates for the Syncfusion<sup>&reg;</sup> WPF platform to create Syncfusion<sup>&reg;</sup> WPF Application.
160160

161-
I> The Syncfusion WPF templates are available from v16.1.0.24.
161+
I> The Syncfusion<sup>&reg;</sup> 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<sup>&reg;</sup> 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<sup>&reg;</sup> 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<sup>&reg;</sup> 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<sup>&reg;</sup> 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<sup>&reg;</sup> 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<sup>&reg;</sup> 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ documentation: ug
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<sup>&reg;</sup> 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<sup>&reg;</sup> 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<sup>&reg;</sup> 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<sup>&reg;</sup> control and choose `Edit` template
5252

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

wpf/Circular-ProgressBar/Appearance.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: Appearance in WPF circular progressbar control | Syncfusion&reg;
4-
description: Learn here all about Appearance support in Syncfusion&reg; WPF circular progressbar (SfCircularProgressBar) control and more.
4+
description: Learn here all about Appearance support in Syncfusion<sup>&reg;</sup>; WPF circular progressbar (SfCircularProgressBar) control and more.
55
platform: wpf
66
control: SfCircularProgressBar
77
documentation: ug

wpf/Circular-ProgressBar/Custom-Content.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: Custom Content in WPF circular progressbar control | Syncfusion&reg;
4-
description: Learn here all about Custom Content support in Syncfusion&reg; WPF circular progressbar (SfCircularProgressBar) control and more.
4+
description: Learn here all about Custom Content support in Syncfusion<sup>&reg;</sup>; WPF circular progressbar (SfCircularProgressBar) control and more.
55
platform: wpf
66
control: SfCircularProgressBar
77
documentation: ug

wpf/Circular-ProgressBar/Getting-Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Getting Started with WPF Circular ProgressBar | Syncfusion&reg;
4-
description: Learn here about getting started with Syncfusion&reg; WPF Circular ProgressBar (SfCircularProgressBar) control, its elements and more details.
4+
description: Learn here about getting started with Syncfusion<sup>&reg;</sup>; WPF Circular ProgressBar (SfCircularProgressBar) control, its elements and more details.
55
platform: wpf
66
control: SfCircularProgressBar
77
documentation: ug
@@ -31,7 +31,7 @@ To add control manually in XAML, follow the given steps:
3131

3232
1. Add the following required assembly references to the project:
3333
* Syncfusion.SfProgressBar.WPF
34-
2. Import Syncfusion&reg; WPF schema **http://schemas.syncfusion.com/wpf** the in XAML page.
34+
2. Import Syncfusion<sup>&reg;</sup>; WPF schema **http://schemas.syncfusion.com/wpf** the in XAML page.
3535
3. Declare the SfCircularProgressBar control in the XAML page.
3636

3737
{% capture codesnippet1 %}

wpf/Circular-ProgressBar/Overview.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: About WPF Circular ProgressBar control | Syncfusion&reg;
4-
description: Learn here all about introduction of Syncfusion&reg; WPF Circular ProgressBar (SfCircularProgressBar) control, its elements and more details.
3+
title: About WPF Circular ProgressBar control | Syncfusion<sup>&reg;</sup>;
4+
description: Learn here all about introduction of Syncfusion<sup>&reg;</sup>; WPF Circular ProgressBar (SfCircularProgressBar) control, its elements and more details.
55
platform: wpf
66
control: SfCircularProgressBar
77
documentation: ug

wpf/Circular-ProgressBar/Segment.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: Segment in WPF circular progressbar control | Syncfusion&reg;
4-
description: Learn here all about Segment support in Syncfusion&reg; WPF circular progressbar (SfCircularProgressBar) control and more.
4+
description: Learn here all about Segment support in Syncfusion<sup>&reg;</sup>; WPF circular progressbar (SfCircularProgressBar) control and more.
55
platform: wpf
66
control: SfCircularProgressBar
77
documentation: ug

wpf/Circular-ProgressBar/States.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: States in WPF circular progressbar control | Syncfusion&reg;
4-
description: Learn here all about States support in Syncfusion&reg; WPF circular progressbar (SfCircularProgressBar) control and more.
4+
description: Learn here all about States support in Syncfusion<sup>&reg;</sup>; WPF circular progressbar (SfCircularProgressBar) control and more.
55
platform: wpf
66
control: SfCircularProgressBar
77
documentation: ug

wpf/Control-Dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ control: Control Dependencies
77
documentation: ug
88
---
99

10-
# Control Dependencies in Syncfusion's WPF Controls
10+
# Control Dependencies in Syncfusion<sup>&reg;</sup>'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<sup>&reg;</sup> 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

0 commit comments

Comments
 (0)