Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wpf/Color-Picker-Palette/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ colorPickerPalette.Height = 40;

![WPF Color Picker Palette with more color panel](getting-started_images/wpf-color-picker-palette-window.gif)

N> We can show or hide all color panels. Refer the [Dealing with ColorPickerPalette](https://help.syncfusion.com/wpf/color-picker-palette/dealing-with-colorpickerpalette) page that explains the panel visibility support.
N> We can show or hide all color panels. Refer the [Dealing with ColorPickerPalette](https://help.syncfusion.com/wpf/color-picker-palette/working-with-colorpickerpalette) page that explains the panel visibility support.

## Reset selected color

Expand Down
2 changes: 1 addition & 1 deletion wpf/Diagram/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ documentation: ug
Refer to the [control dependencies](https://help.syncfusion.com/wpf/control-dependencies#sfdiagram) section to get the list of assemblies or NuGet package that needs to be added as a reference to use the control in any application.

You can find more details about installing the NuGet package in a WPF application in the following link:
[How to install nuget packages](https://help.syncfusion.com/wpf/visual-studio-integration/nuget-packages)
[How to install nuget packages](https://help.syncfusion.com/wpf/installation/install-nuget-packages)


The following section helps you to build your application with SfDiagram.
Expand Down