Skip to content

Commit 36e4d0c

Browse files
Merge pull request syncfusion-content#735 from syncfusion-content/SEO-173280-Image-Wizard-Control-WPF
Merged syncfusion-content#735 into hotfix
2 parents 1dad2be + 76b6111 commit 36e4d0c

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

wpf/Wizard-Control/Getting-Started.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Refer to the [control dependencies](https://help.syncfusion.com/wpf/control-depe
2424

2525
You can find more details about installing the NuGet package in a WPF application in the following link:
2626
[How to install nuget packages](https://help.syncfusion.com/wpf/visual-studio-integration/nuget-packages#installing-nuget-packages)
27-
2827
## Creating Application with WizardControl
2928
In this walk through, user will create a WPF application that contains [WizardControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.WizardControl.html) control.
3029
1. [Creating project](#Creating-the-project)
@@ -40,7 +39,7 @@ Below section provides detailed information to create new project in Visual Stud
4039
## Adding control via designer
4140
The [WizardControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.WizardControl.html) control can be added to the application by dragging it from Toolbox and dropping it in designer. The required [assemblies](https://help.syncfusion.com/wpf/control-dependencies#wizard) will be added automatically.
4241

43-
![Adding control via designer](Getting-Started_images/GettingStarted_img1.png)
42+
![WPF Wizard Adding control via designer](getting-started_images/wpf-wizard-adding-control-via-designer.png)
4443

4544
## Adding control manually in XAML
4645
In order to add [WizardControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.WizardControl.html) control manually in XAML, do the below steps,
@@ -119,7 +118,7 @@ namespace WizardControl
119118
{% endcapture %}
120119
{{ codesnippet2 | OrderList_Indent_Level_1 }}
121120

122-
![GettingStarted of WizardControl](Getting-Started_images/Getting-Started_img1.jpeg)
121+
![WPF Wizard Adding Control Manually](getting-started_images/wpf-wizard-adding-control-manually.jpeg)
123122

124123
## Adding multiple pages
125124

@@ -152,7 +151,7 @@ wizardControl.Items.Add(wizardPage3);
152151

153152
{% endtabs %}
154153

155-
![Adding control via designer](Getting-Started_images/GettingStarted_img2.png)
154+
![WPF Wizard Control Adding Multiple Pages](getting-started_images/wpf-wizard-adding-multiple-pages.png)
156155

157156
## Theme
158157

@@ -162,4 +161,4 @@ WizardControl supports various built-in themes. Refer to the below links to appl
162161

163162
* [Create a custom theme using ThemeStudio](https://help.syncfusion.com/wpf/themes/theme-studio#creating-custom-theme)
164163

165-
![Setting theme to WPF WizardControl](Getting-Started_images/Theme.png)
164+
![Setting theme to WPF Wizard Control](getting-started_images/wpf-wizard-control-theme.png)

0 commit comments

Comments
 (0)