Class RichTextHyperlink
Represents a hyperlink in the Rad
Inheritance
System.Object
RichTextHyperlink
Namespace: Telerik.Maui.Controls.RichTextEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RichTextHyperlink : Object
Constructors
RichTextHyperlink(String)
Initializes a new instance of the Rich
Declaration
public RichTextHyperlink(string url)
Parameters
System. Specifies the URL of the hyperlink. |
RichTextHyperlink(String, String)
Initializes a new instance of the Rich
Declaration
public RichTextHyperlink(string url, string title)
Parameters
System. Specifies the URL of the hyperlink. |
System. Specifies the title of the hyperlink. |
Properties
Title
Gets the title of the hyperlink.
Declaration
public string Title { get; }
Property Value
System.
|
Url
Gets the URL of the hyperlink.
Declaration
public string Url { get; }
Property Value
System.
|