Class
RichTextEditorImageDialogToolbarItemViewContent

Visual representation of the popup content of the RichTextEditorImageDialogToolbarItem.

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RichTextEditorImageDialogToolbarItemViewContent : RichTextEditorDialogToolbarItemViewContent, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewRichTextEditorDialogToolbarItemViewContentRichTextEditorImageDialogToolbarItemViewContent

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RichTextEditorDialogToolbarItemViewContent.HeaderTextPropertyRichTextEditorDialogToolbarItemViewContent.OkButtonTextPropertyRichTextEditorDialogToolbarItemViewContent.CancelButtonTextPropertyRichTextEditorDialogToolbarItemViewContent.OkCommandPropertyRichTextEditorDialogToolbarItemViewContent.CancelCommandPropertyRichTextEditorDialogToolbarItemViewContent.HeaderStylePropertyRichTextEditorDialogToolbarItemViewContent.FooterStylePropertyRichTextEditorDialogToolbarItemViewContent.OkButtonStylePropertyRichTextEditorDialogToolbarItemViewContent.CancelButtonStylePropertyRichTextEditorDialogToolbarItemViewContent.ActualHeaderStylePropertyRichTextEditorDialogToolbarItemViewContent.ActualFooterStylePropertyRichTextEditorDialogToolbarItemViewContent.ActualOkButtonStylePropertyRichTextEditorDialogToolbarItemViewContent.ActualCancelButtonStylePropertyRichTextEditorDialogToolbarItemViewContent.HeaderTextRichTextEditorDialogToolbarItemViewContent.OkButtonTextRichTextEditorDialogToolbarItemViewContent.CancelButtonTextRichTextEditorDialogToolbarItemViewContent.OkCommandRichTextEditorDialogToolbarItemViewContent.CancelCommandRichTextEditorDialogToolbarItemViewContent.HeaderStyleRichTextEditorDialogToolbarItemViewContent.FooterStyleRichTextEditorDialogToolbarItemViewContent.OkButtonStyleRichTextEditorDialogToolbarItemViewContent.CancelButtonStyleRichTextEditorDialogToolbarItemViewContent.ActualHeaderStyleRichTextEditorDialogToolbarItemViewContent.ActualFooterStyleRichTextEditorDialogToolbarItemViewContent.ActualOkButtonStyleRichTextEditorDialogToolbarItemViewContent.ActualCancelButtonStyleRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

RichTextEditorImageDialogToolbarItemViewContent()

Initializes a new instance of the RichTextEditorImageDialogToolbarItemViewContent class.

Declaration

cs-api-definition
public RichTextEditorImageDialogToolbarItemViewContent()

Fields

ActualPickButtonStyleProperty

Identifies the ActualPickButtonStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualPickButtonStyleProperty

Field Value

BindableProperty

ImageScaleProperty

Identifies the ImageScale property.

Declaration

cs-api-definition
public static readonly BindableProperty ImageScaleProperty

Field Value

BindableProperty

ImageSourceProperty

Identifies the ImageSource property.

Declaration

cs-api-definition
public static readonly BindableProperty ImageSourceProperty

Field Value

BindableProperty

MaximumLabelTextProperty

Identifies the MaximumLabelText property.

Declaration

cs-api-definition
public static readonly BindableProperty MaximumLabelTextProperty

Field Value

BindableProperty

MaximumScaleProperty

Identifies the MaximumScale property.

Declaration

cs-api-definition
public static readonly BindableProperty MaximumScaleProperty

Field Value

BindableProperty

MinimumLabelTextProperty

Identifies the MinimumLabelText property.

Declaration

cs-api-definition
public static readonly BindableProperty MinimumLabelTextProperty

Field Value

BindableProperty

MinimumScaleProperty

Identifies the MinimumScale property.

Declaration

cs-api-definition
public static readonly BindableProperty MinimumScaleProperty

Field Value

BindableProperty

PickButtonStyleProperty

Identifies the PickButtonStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty PickButtonStyleProperty

Field Value

BindableProperty

PickButtonTextProperty

Identifies the PickButtonText property.

Declaration

cs-api-definition
public static readonly BindableProperty PickButtonTextProperty

Field Value

BindableProperty

PickCommandProperty

Identifies the PickCommand property.

Declaration

cs-api-definition
public static readonly BindableProperty PickCommandProperty

Field Value

BindableProperty

ResizeLabelTextProperty

Identifies the ResizeLabelText property.

Declaration

cs-api-definition
public static readonly BindableProperty ResizeLabelTextProperty

Field Value

BindableProperty

Properties

ActualPickButtonStyle

Gets the actual Style of the Pick RadButton.

Declaration

cs-api-definition
public Style ActualPickButtonStyle { get; }

Property Value

Style

ImageScale

Gets or sets the current scale factor of the image in percents.

Declaration

cs-api-definition
public double ImageScale { get; set; }

Property Value

double

ImageSource

Gets or sets the RichTextImageSource of the image.

Declaration

cs-api-definition
public RichTextImageSource ImageSource { get; set; }

Property Value

RichTextImageSource

MaximumLabelText

Gets or sets the text of the Maximum .

Declaration

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

Property Value

string

MaximumScale

Gets or sets the maximum scale factor of the image in percents.

Declaration

cs-api-definition
public double MaximumScale { get; set; }

Property Value

double

MinimumLabelText

Gets or sets the text of the Minimum .

Declaration

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

Property Value

string

MinimumScale

Gets or sets the minimum scale factor of the image in percents.

Declaration

cs-api-definition
public double MinimumScale { get; set; }

Property Value

double

PickButtonStyle

Gets or sets the Style of the Pick RadButton.

Declaration

cs-api-definition
public Style PickButtonStyle { get; set; }

Property Value

Style

PickButtonText

Gets or sets the text of the Pick RadButton.

Declaration

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

Property Value

string

PickCommand

Gets or sets the command that will be executed when the Pick RadButton is tapped.

Declaration

cs-api-definition
public ICommand PickCommand { get; set; }

Property Value

ICommand

ResizeLabelText

Gets or sets the text of the Resize .

Declaration

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

Property Value

string