ClassRichTextEditorImageDialogToolbarItemViewContent
Visual representation of the popup content of the RichTextEditorImageDialogToolbarItem.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RichTextEditorImageDialogToolbarItemViewContent : RichTextEditorDialogToolbarItemViewContent, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewRichTextEditorDialogToolbarItemViewContentRichTextEditorImageDialogToolbarItemViewContent
Implements:
Inherited Members
Constructors
RichTextEditorImageDialogToolbarItemViewContent()
Initializes a new instance of the RichTextEditorImageDialogToolbarItemViewContent class.
Declaration
public RichTextEditorImageDialogToolbarItemViewContent()
Fields
ActualPickButtonStyleProperty
Identifies the ActualPickButtonStyle property.
Declaration
public static readonly BindableProperty ActualPickButtonStyleProperty
Field Value
BindableProperty
ImageScaleProperty
Identifies the ImageScale property.
Declaration
public static readonly BindableProperty ImageScaleProperty
Field Value
BindableProperty
ImageSourceProperty
Identifies the ImageSource property.
Declaration
public static readonly BindableProperty ImageSourceProperty
Field Value
BindableProperty
MaximumLabelTextProperty
Identifies the MaximumLabelText property.
Declaration
public static readonly BindableProperty MaximumLabelTextProperty
Field Value
BindableProperty
MaximumScaleProperty
Identifies the MaximumScale property.
Declaration
public static readonly BindableProperty MaximumScaleProperty
Field Value
BindableProperty
MinimumLabelTextProperty
Identifies the MinimumLabelText property.
Declaration
public static readonly BindableProperty MinimumLabelTextProperty
Field Value
BindableProperty
MinimumScaleProperty
Identifies the MinimumScale property.
Declaration
public static readonly BindableProperty MinimumScaleProperty
Field Value
BindableProperty
PickButtonStyleProperty
Identifies the PickButtonStyle property.
Declaration
public static readonly BindableProperty PickButtonStyleProperty
Field Value
BindableProperty
PickButtonTextProperty
Identifies the PickButtonText property.
Declaration
public static readonly BindableProperty PickButtonTextProperty
Field Value
BindableProperty
PickCommandProperty
Identifies the PickCommand property.
Declaration
public static readonly BindableProperty PickCommandProperty
Field Value
BindableProperty
ResizeLabelTextProperty
Identifies the ResizeLabelText property.
Declaration
public static readonly BindableProperty ResizeLabelTextProperty
Field Value
BindableProperty
Properties
ActualPickButtonStyle
Gets the actual Style of the Pick RadButton.
Declaration
public Style ActualPickButtonStyle { get; }
Property Value
Style
ImageScale
Gets or sets the current scale factor of the image in percents.
ImageSource
Gets or sets the RichTextImageSource of the image.
Declaration
public RichTextImageSource ImageSource { get; set; }
Property Value
MaximumLabelText
Gets or sets the text of the Maximum .
MaximumScale
Gets or sets the maximum scale factor of the image in percents.
MinimumLabelText
Gets or sets the text of the Minimum .
MinimumScale
Gets or sets the minimum scale factor of the image in percents.
PickButtonStyle
Gets or sets the Style of the Pick RadButton.
Declaration
public Style PickButtonStyle { get; set; }
Property Value
Style
PickButtonText
Gets or sets the text of the Pick RadButton.
PickCommand
Gets or sets the command that will be executed when the Pick RadButton is tapped.
ResizeLabelText
Gets or sets the text of the Resize .