New to Telerik UI for .NET MAUIStart a free 30-day trial

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public abstract class RichTextEditorImageDialogToolbarItem : RichTextEditorDialogToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemRichTextEditorButtonToolbarItemRichTextEditorDialogToolbarItemRichTextEditorImageDialogToolbarItem...

Derived Classes: RichTextEditorAddOrEditImageToolbarItemRichTextEditorEditImageToolbarItem

Inherited Members RichTextEditorDialogToolbarItem.PopupContentStylePropertyRichTextEditorDialogToolbarItem.PopupContentTemplatePropertyRichTextEditorDialogToolbarItem.PopupOutsideBackgroundColorPropertyRichTextEditorDialogToolbarItem.HeaderTextPropertyRichTextEditorDialogToolbarItem.OkButtonTextPropertyRichTextEditorDialogToolbarItem.CancelButtonTextPropertyRichTextEditorDialogToolbarItem.PopupContentStyleRichTextEditorDialogToolbarItem.PopupContentTemplateRichTextEditorDialogToolbarItem.PopupOutsideBackgroundColorRichTextEditorDialogToolbarItem.HeaderTextRichTextEditorDialogToolbarItem.OkButtonTextRichTextEditorDialogToolbarItem.CancelButtonTextButtonToolbarItem.CommandPropertyButtonToolbarItem.CommandParameterPropertyButtonToolbarItem.CommandButtonToolbarItem.CommandParameterButtonToolbarItem.ClickedLabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled...

Constructors

Initializes a new instance of the RichTextEditorImageDialogToolbarItem class.

C#
protected RichTextEditorImageDialogToolbarItem()

Fields

MaximumLabelTextProperty

BindableProperty

Identifies the MaximumLabelText property.

C#
public static readonly BindableProperty MaximumLabelTextProperty

MinimumLabelTextProperty

BindableProperty

Identifies the MinimumLabelText property.

C#
public static readonly BindableProperty MinimumLabelTextProperty

PickButtonTextProperty

BindableProperty

Identifies the PickButtonText property.

C#
public static readonly BindableProperty PickButtonTextProperty

ResizeLabelTextProperty

BindableProperty

Identifies the ResizeLabelText property.

C#
public static readonly BindableProperty ResizeLabelTextProperty

Properties

Gets or sets the text of the Maximum .

C#
public string MaximumLabelText { get; set; }

Gets or sets the text of the Minimum .

C#
public string MinimumLabelText { get; set; }

Gets or sets the text of the Pick RadButton.

C#
public string PickButtonText { get; set; }

Gets or sets the text of the Resize .

C#
public string ResizeLabelText { get; set; }