Class HyperlinkType
Specifies the type of the hyperlink.
Inheritance
System.Object
HyperlinkType
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class HyperlinkType : Enum
Fields
Bookmark
Specifies the link to a bookmark.
Declaration
public const HyperlinkType Bookmark
Field Value
Type |
---|
HyperlinkType |
Remarks
The link that refers to a bookmark.
Specifies the link to an e-mail.
Declaration
public const HyperlinkType Email
Field Value
Type |
---|
HyperlinkType |
Remarks
The link that starts with "mailto:".
File
Specifies the link to a file.
Declaration
public const HyperlinkType File
Field Value
Type |
---|
HyperlinkType |
Remarks
The link that starts with "file:///"
Webpage
Specifies the link to a web page.
Declaration
public const HyperlinkType Webpage
Field Value
Type |
---|
HyperlinkType |
Remarks
The link that starts with "http://", "https://", "www." etc.