Class RichTextEditorImageDialogToolbarItem
Base abstract class for Rich
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 Rich
Declaration
protected RichTextEditorImageDialogToolbarItem()
Fields
MaximumLabelTextProperty
Identifies the Maximum
Declaration
public static readonly BindableProperty MaximumLabelTextProperty
Field Value
Microsoft.
|
MinimumLabelTextProperty
Identifies the Minimum
Declaration
public static readonly BindableProperty MinimumLabelTextProperty
Field Value
Microsoft.
|
PickButtonTextProperty
Identifies the Pick
Declaration
public static readonly BindableProperty PickButtonTextProperty
Field Value
Microsoft.
|
ResizeLabelTextProperty
Identifies the Resize
Declaration
public static readonly BindableProperty ResizeLabelTextProperty
Field Value
Microsoft.
|
Properties
MaximumLabelText
Gets or sets the text of the Maximum Microsoft.
Declaration
public string MaximumLabelText { get; set; }
Property Value
System.
|
MinimumLabelText
Gets or sets the text of the Minimum Microsoft.
Declaration
public string MinimumLabelText { get; set; }
Property Value
System.
|
PickButtonText
Gets or sets the text of the Pick Rad
Declaration
public string PickButtonText { get; set; }
Property Value
System.
|
ResizeLabelText
Gets or sets the text of the Resize Microsoft.
Declaration
public string ResizeLabelText { get; set; }
Property Value
System.
|