Skip to content

Commit 9fa241a

Browse files
committed
SEO-178901-wpf-ug-page-with-redirect-links
1 parent e4edfda commit 9fa241a

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

wpf/Charts/Technical-Indicators.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Most of the indicators are having the [`Period`](https://help.syncfusion.com/cr/
130130

131131
## Average True Range
132132

133-
You can define the [`AverageTrueRangeIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.AverageTrueRangeIndicator.html#) using the following code example
133+
You can define the [`AverageTrueRangeIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.AverageTrueRangeIndicator.html) using the following code example
134134

135135
{% tabs %}
136136

@@ -180,7 +180,7 @@ chart.TechnicalIndicators.Add(indicator);
180180

181181
## Simple Average
182182

183-
The following code example demonstrates the usage of [`SimpleAverageIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.SimpleAverageIndicator.html#).
183+
The following code example demonstrates the usage of [`SimpleAverageIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.SimpleAverageIndicator.html).
184184

185185
{% tabs %}
186186

@@ -236,7 +236,7 @@ The Relative Strength Index(RSI) indicators are having additional two lines othe
236236

237237
The [`UpperLineColor`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.RSITechnicalIndicator.html#Syncfusion_UI_Xaml_Charts_RSITechnicalIndicator_UpperLineColor) property is used to define the color for the line indicating overbought region and the [`LowerLineColor`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.RSITechnicalIndicator.html#Syncfusion_UI_Xaml_Charts_RSITechnicalIndicator_LowerLineColor) property is used to define the color for the line indicating oversold region.
238238

239-
To define the [`RSITechnicalIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.RSITechnicalIndicator.html#), you can use the following code example:
239+
To define the [`RSITechnicalIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.RSITechnicalIndicator.html), you can use the following code example:
240240

241241
{% tabs %}
242242

@@ -408,7 +408,7 @@ chart.TechnicalIndicators.Add(indicator);
408408

409409
## Exponential Average
410410

411-
The [`ExponentialAverageIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.ExponentialAverageIndicator.html#) is similar to [SimpleAverageIndicator](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.SimpleAverageIndicator.html) and this can be defined using the following code examples.
411+
The [`ExponentialAverageIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.ExponentialAverageIndicator.html) is similar to [SimpleAverageIndicator](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.SimpleAverageIndicator.html) and this can be defined using the following code examples.
412412

413413
{% tabs %}
414414

@@ -458,7 +458,7 @@ chart.TechnicalIndicators.Add(indicator);
458458

459459
## Triangular Average
460460

461-
The [`TriangularAverageIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.TriangularAverageIndicator.html#) can be defined as in the following code example.
461+
The [`TriangularAverageIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.TriangularAverageIndicator.html) can be defined as in the following code example.
462462

463463
{% tabs %}
464464

@@ -508,7 +508,7 @@ chart.TechnicalIndicators.Add(indicator);
508508

509509
## Accumulation Distribution
510510

511-
The following code example help you to add [`AccumulationDistributionIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.AccumulationDistributionIndicator.html#).
511+
The following code example help you to add [`AccumulationDistributionIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.AccumulationDistributionIndicator.html).
512512

513513
{% tabs %}
514514

@@ -564,7 +564,7 @@ chart.TechnicalIndicators.Add(indicator);
564564

565565
This indicator also having [`UpperLineColor`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.BollingerBandIndicator.html#Syncfusion_UI_Xaml_Charts_BollingerBandIndicator_UpperLineColor), [`LowerLineColor`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.BollingerBandIndicator.html#Syncfusion_UI_Xaml_Charts_BollingerBandIndicator_LowerLineColor) and [`SignalLineColor`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.BollingerBandIndicator.html#Syncfusion_UI_Xaml_Charts_BollingerBandIndicator_SignalLineColor) property for defining the brushes for the indicator lines.
566566

567-
You can define the [`BollingerBandIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.BollingerBandIndicator.html#) using the following code example:
567+
You can define the [`BollingerBandIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.BollingerBandIndicator.html) using the following code example:
568568

569569
{% tabs %}
570570

@@ -626,7 +626,7 @@ Other than signal line, MACD is having convergence and divergence line. The brus
626626

627627
Also you can draw [`Line`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.MACDType.html), [`Histogram`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.MACDType.html) MACD or [`Both`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.MACDType.html) using the [`Type`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.MACDTechnicalIndicator.html#Syncfusion_UI_Xaml_Charts_MACDTechnicalIndicator_Type) property, which defines the type of MACD to be drawn.
628628

629-
You can define the [`MACDTechnicalIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.MACDTechnicalIndicator.html#) using the following code example:
629+
You can define the [`MACDTechnicalIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.MACDTechnicalIndicator.html) using the following code example:
630630

631631
{% tabs %}
632632

wpf/Range-Slider/How-To.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
## How to trigger LabelLoaded event?
1313

14-
The [LabelLoaded](https://help.syncfusion.com/cr/wpf/Syncfusion.SfInput.Wpf~Syncfusion.Windows.Controls.Input.SfRangeSlider~LabelLoaded_EV.html) event is triggered when the slider label is created. The argument contains the label content.
14+
The [LabelLoaded](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Input.SfRangeSlider.html#Syncfusion_Windows_Controls_Input_SfRangeSlider_LabelLoaded) event is triggered when the slider label is created. The argument contains the label content.
1515

1616
`Content` - Used to gets or sets the content of the label.
1717

@@ -63,7 +63,7 @@ The [LabelLoaded](https://help.syncfusion.com/cr/wpf/Syncfusion.SfInput.Wpf~Sync
6363

6464
## How to trigger RangeChangedEvent?
6565

66-
The [RangeChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.SfInput.Wpf~Syncfusion.Windows.Controls.Input.SfRangeSlider~RangeChanged_EV.html) event is triggered when either `RangeStart` or `RangeEnd` values are changed. The argument contains the following information.
66+
The [RangeChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Input.SfRangeSlider.html#Syncfusion_Windows_Controls_Input_SfRangeSlider_RangeChanged) event is triggered when either `RangeStart` or `RangeEnd` values are changed. The argument contains the following information.
6767

6868
`NewEndValue` – Gets or sets the new end value of range slider.
6969
`NewStartValue` – Gets or sets the new start value of range slider.
@@ -122,7 +122,7 @@ The [RangeChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.SfInput.Wpf~Syn
122122

123123
## How to trigger RangeStartChanged event?
124124

125-
The [RangeStartChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.SfInput.Wpf~Syncfusion.Windows.Controls.Input.SfRangeSlider~RangeStartChanged_EV.html) event is triggered when `RangeStart` value is changed. The argument contains the following information.
125+
The [RangeStartChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Input.SfRangeSlider.html#Syncfusion_Windows_Controls_Input_SfRangeSlider_RangeStartChanged) event is triggered when `RangeStart` value is changed. The argument contains the following information.
126126

127127
`OldStartValue` – Gets or sets the old start value of range slider.
128128
`NewStartValue` – Gets or sets the new start value of range slider.
@@ -177,7 +177,7 @@ The [RangeStartChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.SfInput.Wp
177177

178178
## How to trigger RangeEndChanged event?
179179

180-
The [RangeEndChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.SfInput.Wpf~Syncfusion.Windows.Controls.Input.SfRangeSlider~RangeEndChanged_EV.html) event is triggered when `RangeEnd` value is changed. The argument contains the following information.
180+
The [RangeEndChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Input.SfRangeSlider.html#Syncfusion_Windows_Controls_Input_SfRangeSlider_RangeEndChanged) event is triggered when `RangeEnd` value is changed. The argument contains the following information.
181181

182182
`OldEndValue` – Gets or sets the old end value of range slider.
183183
`NewEndValue` – Gets or sets the new end value of range slider.

wpf/Spreadsheet/Rows-and-Columns.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ spreadsheet.ActiveGrid.Model.InsertColumns(3, 2);
3030

3131
Below events of [SpreadsheetGridModel](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SpreadsheetGridModel.html) are triggered while inserting the rows and columns.
3232

33-
* [RowsInserted](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SpreadsheetGridModel.html)
34-
* [ColumnsInserted](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SpreadsheetGridModel.html)
33+
* [RowsInserted](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SpreadsheetGridModel.html#Syncfusion_UI_Xaml_Spreadsheet_SpreadsheetGridModel_RowsInserted)
34+
* [ColumnsInserted](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SpreadsheetGridModel.html#Syncfusion_UI_Xaml_Spreadsheet_SpreadsheetGridModel_ColumnsInserted)
3535

3636
{% tabs %}
3737
{% highlight c# %}
@@ -71,8 +71,8 @@ spreadsheet.ActiveGrid.Model.RemoveColumns(3, 2);
7171

7272
Below events of [SpreadsheetGridModel](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SpreadsheetGridModel.html) are triggered while deleting the rows and columns.
7373

74-
* [RowsRemoved](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SpreadsheetGridModel.html)
75-
* [ColumnsRemoved](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SpreadsheetGridModel.html)
74+
* [RowsRemoved](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SpreadsheetGridModel.html#Syncfusion_UI_Xaml_Spreadsheet_SpreadsheetGridModel_RowsRemoved)
75+
* [ColumnsRemoved](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SpreadsheetGridModel.html#Syncfusion_UI_Xaml_Spreadsheet_SpreadsheetGridModel_ColumnsRemoved)
7676

7777
{% tabs %}
7878
{% highlight c# %}

wpf/Themes/Skin-Manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ public partial class MainWindow : ChromelessWindow
712712

713713
## Apply themes to the controls derived from Syncfusion controls
714714

715-
To apply themes to the derived control using `SfSkinManager`, call [SetResourceReference](https://docs.microsoft.com/en-us/dotnet/api/system.windows.frameworkelement.setresourcereference) method and, pass the `StyleProperty` and derived control type as parameters.
715+
To apply themes to the derived control using `SfSkinManager`, call [SetResourceReference](https://learn.microsoft.com/en-us/dotnet/api/system.windows.frameworkelement.setresourcereference?view=windowsdesktop-8.0) method and, pass the `StyleProperty` and derived control type as parameters.
716716

717717
{% tabs %}
718718

wpf/Tile-View/Data-Binding-Support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public class ViewModel : NotificationObject {
244244

245245
![TileViewItem header assigned by using the HeaderTemplate](Data-binding_images/header.png)
246246

247-
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/syncfusion-wpf-tileview-control-examples/blob/master/Samples/Binding-Object)
247+
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/syncfusion-wpf-tileview-control-examples/tree/master/Samples/Binding-Object)
248248

249249
## TileViewItem content
250250

@@ -279,7 +279,7 @@ You can define the `TileViewItem` content using `ItemTemplate` or `TileViewItem.
279279

280280
![TileViewItem content assigned by using the ItemTemplate](Data-binding_images/content.png)
281281

282-
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/syncfusion-wpf-tileview-control-examples/blob/master/Samples/Binding-Object)
282+
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/syncfusion-wpf-tileview-control-examples/tree/master/Samples/Binding-Object)
283283

284284
## Different UI for TileViewItem content
285285

@@ -350,4 +350,4 @@ public class MyTemplateSelector : DataTemplateSelector {
350350

351351
![TileViewItem with various content UI](Data-binding_images/ItemTemplateSelector.png)
352352

353-
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/syncfusion-wpf-tileview-control-examples/blob/master/Samples/ItemTemplate-Selector)
353+
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/syncfusion-wpf-tileview-control-examples/tree/master/Samples/ItemTemplate-Selector)

0 commit comments

Comments
 (0)