Visual representation of the popup content of the RichTextEditorHyperlinkDialogToolbarItem.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RichTextEditorHyperlinkDialogToolbarItemViewContent : RichTextEditorDialogToolbarItemViewContent, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewRichTextEditorDialogToolbarItemViewContentRichTextEditorHyperlinkDialogToolbarItemViewContent...
Implements:
Inherited Members
Constructors
public RichTextEditorHyperlinkDialogToolbarItemViewContent()
Fields
TitleLabelTextProperty
BindableProperty
Identifies the TitleLabelText property.
public static readonly BindableProperty TitleLabelTextProperty
TitlePlaceholderTextProperty
BindableProperty
Identifies the TitlePlaceholderText property.
public static readonly BindableProperty TitlePlaceholderTextProperty
TitleProperty
BindableProperty
Identifies the Title property.
public static readonly BindableProperty TitleProperty
UrlLabelTextProperty
BindableProperty
Identifies the UrlLabelText property.
public static readonly BindableProperty UrlLabelTextProperty
UrlPlaceholderTextProperty
BindableProperty
Identifies the UrlPlaceholderText property.
public static readonly BindableProperty UrlPlaceholderTextProperty
UrlProperty
BindableProperty
Identifies the Url property.
public static readonly BindableProperty UrlProperty
Properties
Gets or sets the text for the entry in which to type the title for the URL.
public string Title { get; set; }
Gets or sets the text for the label specifying the URL title.
public string TitleLabelText { get; set; }
Gets or sets the placeholder text for the entry in which to type the title for the URL.
public string TitlePlaceholderText { get; set; }
Gets or sets the text for the entry in which to type the URL.
public string Url { get; set; }
Gets or sets the text for the label specifying to enter URL.
public string UrlLabelText { get; set; }
Gets or sets the placeholder text for the entry in which to type the URL.
public string UrlPlaceholderText { get; set; }