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
4 changes: 2 additions & 2 deletions wpf/MarkdownViewer/Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ documentation: ug
The HyperlinkClicked event is triggered whenever a hyperlink in the Markdown content is clicked. This event provides access to the URL being navigated to and allows developers to cancel the default navigation behavior.
The URL link and its details are passed through the MarkdownHyperlinkClickedEventArgs. This argument provides the following details:

URL : Gets the URL of the clicked hyperlink.
Cancel : Gets or sets whether to cancel the default navigation behavior.
**URL** : Gets the URL of the clicked hyperlink.
**Cancel** : Gets or sets whether to cancel the default navigation behavior.

## How to disable hyperlink navigation in Markdown viewer control

Expand Down
2 changes: 1 addition & 1 deletion wpf/MarkdownViewer/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords: wpf markdownviewer, syncfusion markdownviewer wpf, markdown viewer wpf

# Getting Started with WPF Markdown Viewer (SfMarkdownViewer)

This section provides a step-by-step guide to integrate and use the [SfMarkdownViewer] (https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Markdown.SfMarkdownViewer.html) control in your WPF applications.
This section provides a step-by-step guide to integrate and use the [SfMarkdownViewer](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Markdown.SfMarkdownViewer.html) control in your WPF applications.

## Assembly deployment

Expand Down
2 changes: 1 addition & 1 deletion wpf/Toast-Notification/Appearence-and-Styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ SfToastNotification.Show(this, new ToastOptions
CloseAnimationType = ToastAnimation.FadeOut
});

{% endtabs %}
{% endhighlight %}
{% endtabs %}

![SfToastNotification Animation image](Images/wpf_toastnotification_animation.gif)

Expand Down