Class
RichTextEditorHyperlinkDialogToolbarItemViewContent

Visual representation of the popup content of the RichTextEditorHyperlinkDialogToolbarItem.

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RichTextEditorHyperlinkDialogToolbarItemViewContent : RichTextEditorDialogToolbarItemViewContent, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewRichTextEditorDialogToolbarItemViewContentRichTextEditorHyperlinkDialogToolbarItemViewContent

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RichTextEditorDialogToolbarItemViewContent.HeaderTextPropertyRichTextEditorDialogToolbarItemViewContent.OkButtonTextPropertyRichTextEditorDialogToolbarItemViewContent.CancelButtonTextPropertyRichTextEditorDialogToolbarItemViewContent.OkCommandPropertyRichTextEditorDialogToolbarItemViewContent.CancelCommandPropertyRichTextEditorDialogToolbarItemViewContent.HeaderStylePropertyRichTextEditorDialogToolbarItemViewContent.FooterStylePropertyRichTextEditorDialogToolbarItemViewContent.OkButtonStylePropertyRichTextEditorDialogToolbarItemViewContent.CancelButtonStylePropertyRichTextEditorDialogToolbarItemViewContent.ActualHeaderStylePropertyRichTextEditorDialogToolbarItemViewContent.ActualFooterStylePropertyRichTextEditorDialogToolbarItemViewContent.ActualOkButtonStylePropertyRichTextEditorDialogToolbarItemViewContent.ActualCancelButtonStylePropertyRichTextEditorDialogToolbarItemViewContent.HeaderTextRichTextEditorDialogToolbarItemViewContent.OkButtonTextRichTextEditorDialogToolbarItemViewContent.CancelButtonTextRichTextEditorDialogToolbarItemViewContent.OkCommandRichTextEditorDialogToolbarItemViewContent.CancelCommandRichTextEditorDialogToolbarItemViewContent.HeaderStyleRichTextEditorDialogToolbarItemViewContent.FooterStyleRichTextEditorDialogToolbarItemViewContent.OkButtonStyleRichTextEditorDialogToolbarItemViewContent.CancelButtonStyleRichTextEditorDialogToolbarItemViewContent.ActualHeaderStyleRichTextEditorDialogToolbarItemViewContent.ActualFooterStyleRichTextEditorDialogToolbarItemViewContent.ActualOkButtonStyleRichTextEditorDialogToolbarItemViewContent.ActualCancelButtonStyleRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

RichTextEditorHyperlinkDialogToolbarItemViewContent()

Declaration

cs-api-definition
public RichTextEditorHyperlinkDialogToolbarItemViewContent()

Fields

TitleLabelTextProperty

Identifies the TitleLabelText property.

Declaration

cs-api-definition
public static readonly BindableProperty TitleLabelTextProperty

Field Value

BindableProperty

TitlePlaceholderTextProperty

Identifies the TitlePlaceholderText property.

Declaration

cs-api-definition
public static readonly BindableProperty TitlePlaceholderTextProperty

Field Value

BindableProperty

TitleProperty

Identifies the Title property.

Declaration

cs-api-definition
public static readonly BindableProperty TitleProperty

Field Value

BindableProperty

UrlLabelTextProperty

Identifies the UrlLabelText property.

Declaration

cs-api-definition
public static readonly BindableProperty UrlLabelTextProperty

Field Value

BindableProperty

UrlPlaceholderTextProperty

Identifies the UrlPlaceholderText property.

Declaration

cs-api-definition
public static readonly BindableProperty UrlPlaceholderTextProperty

Field Value

BindableProperty

UrlProperty

Identifies the Url property.

Declaration

cs-api-definition
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.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

TitleLabelText

Gets or sets the text for the label specifying the URL title.

Declaration

cs-api-definition
public string TitleLabelText { get; set; }

Property Value

string

TitlePlaceholderText

Gets or sets the placeholder text for the entry in which to type the title for the URL.

Declaration

cs-api-definition
public string TitlePlaceholderText { get; set; }

Property Value

string

Url

Gets or sets the text for the entry in which to type the URL.

Declaration

cs-api-definition
public string Url { get; set; }

Property Value

string

UrlLabelText

Gets or sets the text for the label specifying to enter URL.

Declaration

cs-api-definition
public string UrlLabelText { get; set; }

Property Value

string

UrlPlaceholderText

Gets or sets the placeholder text for the entry in which to type the URL.

Declaration

cs-api-definition
public string UrlPlaceholderText { get; set; }

Property Value

string