Class
RichTextEditorImageDialogToolbarItem

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

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

RichTextEditorImageDialogToolbarItem()

Initializes a new instance of the RichTextEditorImageDialogToolbarItem class.

Declaration

cs-api-definition
protected RichTextEditorImageDialogToolbarItem()

Fields

MaximumLabelTextProperty

Identifies the MaximumLabelText property.

Declaration

cs-api-definition
public static readonly BindableProperty MaximumLabelTextProperty

Field Value

BindableProperty

MinimumLabelTextProperty

Identifies the MinimumLabelText property.

Declaration

cs-api-definition
public static readonly BindableProperty MinimumLabelTextProperty

Field Value

BindableProperty

PickButtonTextProperty

Identifies the PickButtonText property.

Declaration

cs-api-definition
public static readonly BindableProperty PickButtonTextProperty

Field Value

BindableProperty

ResizeLabelTextProperty

Identifies the ResizeLabelText property.

Declaration

cs-api-definition
public static readonly BindableProperty ResizeLabelTextProperty

Field Value

BindableProperty

Properties

MaximumLabelText

Gets or sets the text of the Maximum .

Declaration

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

Property Value

string

MinimumLabelText

Gets or sets the text of the Minimum .

Declaration

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

Property Value

string

PickButtonText

Gets or sets the text of the Pick RadButton.

Declaration

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

Property Value

string

ResizeLabelText

Gets or sets the text of the Resize .

Declaration

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

Property Value

string