Skip to content

Commit 29f49ac

Browse files
Merge pull request syncfusion-content#787 from Syncfusion-Content/hotfix/hotfix-v22.1.34
DOCINFRA-2341_merged_using_automation
2 parents 80f9d25 + 3b14acd commit 29f49ac

File tree

55 files changed

+96
-97
lines changed

Some content is hidden

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

55 files changed

+96
-97
lines changed

wpf/Integer-TextBox/Getting-Started.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can add the [IntegerTextBox](https://www.syncfusion.com/wpf-ui-controls/inte
2525

2626
* Syncfusion.Shared.WPF
2727

28-
![Dragging WPF IntegerTextBox Control from Toolbox to Designer](Getting-Started_images/wpf-integer-textbox-toolbox.png)
28+
![Dragging WPF IntegerTextBox Control from Toolbox to Designer](getting-started_images/wpf-integer-textbox-toolbox.png)
2929

3030
## Adding WPF IntegerTextBox via XAML
3131

@@ -99,7 +99,7 @@ this.Content = integerTextBox;
9999
{% endcapture %}
100100
{{ codesnippet3 | OrderList_Indent_Level_1 }}
101101

102-
![WPF IntegerTextBox Control](Getting-Started_images/wpf-integer-textbox-control.png)
102+
![WPF IntegerTextBox Control](getting-started_images/wpf-integer-textbox-control.png)
103103

104104
## Setting Value
105105

@@ -121,7 +121,7 @@ integerTextBox.Value = 100;
121121
{% endhighlight %}
122122
{% endtabs %}
123123

124-
![WPF IntegerTextBox displays Value](Getting-Started_images/wpf-integer-textbox-value.png)
124+
![WPF IntegerTextBox displays Value](getting-started_images/wpf-integer-textbox-value.png)
125125

126126
N> Do not use the [Text](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.textbox.text?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Controls_TextBox_Text) property to set the value for the IntegerTextBox. Use only the `Value` property.
127127

@@ -164,7 +164,7 @@ class ViewModel : NotificationObject
164164
{% endhighlight %}
165165
{% endtabs %}
166166

167-
![WPF IntegerTextBox displays Binding Value](Getting-Started_images/wpf-integer-textbox-binding.png)
167+
![WPF IntegerTextBox displays Binding Value](getting-started_images/wpf-integer-textbox-binding.png)
168168

169169
## Value Changed Notification
170170

@@ -223,7 +223,7 @@ integerTextBox.Value = 100;
223223
{% endhighlight %}
224224
{% endtabs %}
225225

226-
![Restricts Minimum and Maximum Value of WPF IntegerTextBox](Getting-Started_images/wpf-integer-textbox-max-and-min-value.png)
226+
![Restricts Minimum and Maximum Value of WPF IntegerTextBox](getting-started_images/wpf-integer-textbox-max-and-min-value.png)
227227

228228
## Step Interval to increase or decrease the value
229229

@@ -250,7 +250,7 @@ integerTextBox.ScrollInterval = 4;
250250
{% endhighlight %}
251251
{% endtabs %}
252252

253-
![WPF IntegerTextBox displays Incrementing Interval Value](Getting-Started_images/wpf-integer-textbox-step-interval.png)
253+
![WPF IntegerTextBox displays Incrementing Interval Value](getting-started_images/wpf-integer-textbox-step-interval.png)
254254

255255
## Formatting the value
256256

@@ -277,7 +277,7 @@ NumberGroupSeparator = "/"
277277
{% endhighlight %}
278278
{% endtabs %}
279279

280-
![WPF IntegerTextBox with Number Format](Getting-Started_images/wpf-integer-textbox-number-format.png)
280+
![WPF IntegerTextBox with Number Format](getting-started_images/wpf-integer-textbox-number-format.png)
281281

282282
## Setting the Culture
283283

@@ -300,7 +300,7 @@ integerTextBox.Culture = new System.Globalization.CultureInfo("en-US");
300300
{% endhighlight %}
301301
{%endtabs%}
302302

303-
![WPF IntegerTextBox with Localization](Getting-Started_images/wpf-integer-textbox-localization.png)
303+
![WPF IntegerTextBox with Localization](getting-started_images/wpf-integer-textbox-localization.png)
304304

305305
N> When you use both `NumberFormat` and `Culture`, the `NumberFormat` will have a higher priority.
306306

@@ -312,4 +312,4 @@ IntegerTextBox supports various built-in themes. Refer to the below links to app
312312

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

315-
![Applying Theme to WPF IntegerTextBox](Getting-Started_images/wpf-integer-textbox-theme.png)
315+
![Applying Theme to WPF IntegerTextBox](getting-started_images/wpf-integer-textbox-theme.png)

wpf/Integer-TextBox/Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ The [IntegerTextBox](https://www.syncfusion.com/wpf-ui-controls/integer-textbox)
1313

1414
## Control structure
1515

16-
![WPF IntegerTextBox](Getting-Started_images/wpf-integer-textbox.png)
16+
![WPF IntegerTextBox](getting-started_images/wpf-integer-textbox.png)
1717

18-
![WPF IntegerTextBox with Watermark Text](Getting-Started_images/wpf-integer-textbox-watermark-text.png)
18+
![WPF IntegerTextBox with Watermark Text](getting-started_images/wpf-integer-textbox-watermark-text.png)
1919

2020
## Features
2121

wpf/Kanban-Board/Getting-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following section provides an assistance to create a simple Kanban applicati
1515
1. Open the Add Reference window from your project
1616
2. Choose Assemblies -> Extensions -> Syncfusion.SfKanban.WPF
1717

18-
![Reference Manager Dialog Windows in Visual Studio](SfKanban_images/assemblyreference.png)
18+
![Reference Manager Dialog Windows in Visual Studio](sfkanban_images/wpf-kanban-board-assembly-reference.png)
1919

2020
N> This window differs for the Visual Basic project.
2121

@@ -75,15 +75,15 @@ SfKanban kanban = new SfKanban();
7575

7676
Drag and drop the Kanban control from the toolbox to your application.
7777

78-
![Adding SfKanban from toolbox](SfKanban_images/toolbox.png)
78+
![Adding SfKanban from toolbox](sfkanban_images/wpf-kanban-board-toolbox.png)
7979

8080

8181
Now the Syncfusion.SfKanban.WPF reference is added to the application references and the xmlns namespace code is generated in MainWindow.xaml as below.
8282

83-
![Adding SfKanban from toolbox](SfKanban_images/assemblyincluded.png)
83+
![Adding SfKanban from toolbox Assembly Included](sfkanban_images/wpf-kanban-board-assembly-included.png)
8484

8585

86-
![Adding SfKanban from toolbox](SfKanban_images/xamlreference.png)
86+
![Adding SfKanban from toolbox Xaml Reference](sfkanban_images/wpf-kanban-board-xaml-reference.png)
8787

8888

8989
#### Create data model
@@ -297,7 +297,7 @@ grid.Children.Add(kanban);
297297

298298
{% endtabs %}
299299

300-
![Defining columns for SfKanban](SfKanban_images/column.png)
300+
![Defining columns for SfKanban](sfkanban_images/wpf-kanban-board-column.png)
301301

302302

303303
You can also set [`AutoGenerateColumns`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Kanban.SfKanban.html#Syncfusion_UI_Xaml_Kanban_SfKanban_AutoGenerateColumns) property to true in which you don’t need to define the columns as mentioned in the above example. This will create columns depending on the ColumnMappingPath property for all the distinct values in ItemsSource.
@@ -314,4 +314,4 @@ Kanban control supports various built-in themes. Refer to the below links to app
314314

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

317-
![Setting theme to WPF SfKanban](SfKanban_images/Theme.jpg)
317+
![Setting theme to WPF SfKanban](sfkanban_images/wpf-kanban-board-theme.jpg)

wpf/Kanban-Board/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
The Kanban control is an efficient way to visualize a workflow at each stage of completion. Kanban helps to define elegant planning and clear visualization of work progression. SfKanban also provide many features that are used to monitor the progressing tasks in software development cycle.
1313

14-
![SfKanban control in WPF](SfKanban_images/GettingStarted.png)
14+
![SfKanban control in WPF](sfkanban_images/wpf-kanban-board-overview.png)
1515

1616

1717
## Key features

0 commit comments

Comments
 (0)