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