Base abstract class for RichTextEditorAddOrEditImageToolbarItem and RichTextEditorEditImageToolbarItem.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
public abstract class RichTextEditorImageDialogToolbarItem : RichTextEditorDialogToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemRichTextEditorButtonToolbarItemRichTextEditorDialogToolbarItemRichTextEditorImageDialogToolbarItem...
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the RichTextEditorImageDialogToolbarItem class.
protected RichTextEditorImageDialogToolbarItem()
Fields
MaximumLabelTextProperty
BindableProperty
Identifies the MaximumLabelText property.
public static readonly BindableProperty MaximumLabelTextProperty
MinimumLabelTextProperty
BindableProperty
Identifies the MinimumLabelText property.
public static readonly BindableProperty MinimumLabelTextProperty
PickButtonTextProperty
BindableProperty
Identifies the PickButtonText property.
public static readonly BindableProperty PickButtonTextProperty
ResizeLabelTextProperty
BindableProperty
Identifies the ResizeLabelText property.
public static readonly BindableProperty ResizeLabelTextProperty
Properties
Gets or sets the text of the Maximum .
public string MaximumLabelText { get; set; }
Gets or sets the text of the Minimum .
public string MinimumLabelText { get; set; }
Gets or sets the text of the Pick RadButton.
public string PickButtonText { get; set; }
Gets or sets the text of the Resize .
public string ResizeLabelText { get; set; }