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