ClassRichTextEditorHyperlinkDialogToolbarItemViewContent
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
RichTextEditorHyperlinkDialogToolbarItemViewContent()
Declaration
public RichTextEditorHyperlinkDialogToolbarItemViewContent()
Fields
TitleLabelTextProperty
Identifies the TitleLabelText property.
Declaration
public static readonly BindableProperty TitleLabelTextProperty
Field Value
BindableProperty
TitlePlaceholderTextProperty
Identifies the TitlePlaceholderText property.
Declaration
public static readonly BindableProperty TitlePlaceholderTextProperty
Field Value
BindableProperty
TitleProperty
Identifies the Title property.
Declaration
public static readonly BindableProperty TitleProperty
Field Value
BindableProperty
UrlLabelTextProperty
Identifies the UrlLabelText property.
Declaration
public static readonly BindableProperty UrlLabelTextProperty
Field Value
BindableProperty
UrlPlaceholderTextProperty
Identifies the UrlPlaceholderText property.
Declaration
public static readonly BindableProperty UrlPlaceholderTextProperty
Field Value
BindableProperty
UrlProperty
Identifies the Url property.
Declaration
public static readonly BindableProperty UrlProperty
Field Value
BindableProperty
Properties
Title
Gets or sets the text for the entry in which to type the title for the URL.
TitleLabelText
Gets or sets the text for the label specifying the URL title.
TitlePlaceholderText
Gets or sets the placeholder text for the entry in which to type the title for the URL.
Declaration
public string TitlePlaceholderText { get; set; }
Property Value
Url
Gets or sets the text for the entry in which to type the URL.
UrlLabelText
Gets or sets the text for the label specifying to enter URL.
UrlPlaceholderText
Gets or sets the placeholder text for the entry in which to type the URL.