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
Initializes a new instance of the RichTextEditorImageDialogToolbarItemViewContent class.
public RichTextEditorImageDialogToolbarItemViewContent()
Fields
ActualPickButtonStyleProperty
BindableProperty
Identifies the ActualPickButtonStyle property.
public static readonly BindableProperty ActualPickButtonStyleProperty
ImageScaleProperty
BindableProperty
Identifies the ImageScale property.
public static readonly BindableProperty ImageScaleProperty
ImageSourceProperty
BindableProperty
Identifies the ImageSource property.
public static readonly BindableProperty ImageSourceProperty
MaximumLabelTextProperty
BindableProperty
Identifies the MaximumLabelText property.
public static readonly BindableProperty MaximumLabelTextProperty
MaximumScaleProperty
BindableProperty
Identifies the MaximumScale property.
public static readonly BindableProperty MaximumScaleProperty
MinimumLabelTextProperty
BindableProperty
Identifies the MinimumLabelText property.
public static readonly BindableProperty MinimumLabelTextProperty
MinimumScaleProperty
BindableProperty
Identifies the MinimumScale property.
public static readonly BindableProperty MinimumScaleProperty
PickButtonStyleProperty
BindableProperty
Identifies the PickButtonStyle property.
public static readonly BindableProperty PickButtonStyleProperty
PickButtonTextProperty
BindableProperty
Identifies the PickButtonText property.
public static readonly BindableProperty PickButtonTextProperty
PickCommandProperty
BindableProperty
Identifies the PickCommand property.
public static readonly BindableProperty PickCommandProperty
ResizeLabelTextProperty
BindableProperty
Identifies the ResizeLabelText property.
public static readonly BindableProperty ResizeLabelTextProperty
Properties
Gets the actual Style of the Pick RadButton.
public Style ActualPickButtonStyle { get; }
Gets or sets the current scale factor of the image in percents.
public double ImageScale { get; set; }
Gets or sets the RichTextImageSource of the image.
public RichTextImageSource ImageSource { get; set; }
Gets or sets the text of the Maximum .
public string MaximumLabelText { get; set; }
Gets or sets the maximum scale factor of the image in percents.
public double MaximumScale { get; set; }
Gets or sets the text of the Minimum .
public string MinimumLabelText { get; set; }
Gets or sets the minimum scale factor of the image in percents.
public double MinimumScale { get; set; }
PickButtonStyle
Style
Gets or sets the Style of the Pick RadButton.
public Style PickButtonStyle { get; set; }
Gets or sets the text of the Pick RadButton.
public string PickButtonText { get; set; }
Gets or sets the command that will be executed when the Pick RadButton is tapped.
public ICommand PickCommand { get; set; }
Gets or sets the text of the Resize .
public string ResizeLabelText { get; set; }