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