Class InsertImageToolbarItem
Base abstract class for and EditImageToolbarItem.
Inheritance
Inherited Members
Namespace: Telerik.XamarinForms.RichTextEditor
Assembly: Telerik.XamarinForms.RichTextEditor.dll
Syntax
public abstract class InsertImageToolbarItem : DialogToolbarItem, ILayoutControlPanelChild
Constructors
InsertImageToolbarItem()
Declaration
protected InsertImageToolbarItem()
Fields
MaximumLabelTextProperty
Identifies the MaximumLabelText property.
Declaration
public static readonly BindableProperty MaximumLabelTextProperty
Field Value
Xamarin.Forms.BindableProperty
|
MinimumLabelTextProperty
Identifies the MinimumLabelText property.
Declaration
public static readonly BindableProperty MinimumLabelTextProperty
Field Value
Xamarin.Forms.BindableProperty
|
PickButtonTextProperty
Identifies the PickButtonText property.
Declaration
public static readonly BindableProperty PickButtonTextProperty
Field Value
Xamarin.Forms.BindableProperty
|
ResizeLabelTextProperty
Identifies the ResizeLabelText property.
Declaration
public static readonly BindableProperty ResizeLabelTextProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
MaximumLabelText
Gets or sets the text of the Maximum Xamarin.Forms.Label.
Declaration
public string MaximumLabelText { get; set; }
Property Value
System.String
|
MinimumLabelText
Gets or sets the text of the Minimum Xamarin.Forms.Label.
Declaration
public string MinimumLabelText { get; set; }
Property Value
System.String
|
PickButtonText
Gets or sets the text of the Pick Xamarin.Forms.Button.
Declaration
public string PickButtonText { get; set; }
Property Value
System.String
|
ResizeLabelText
Gets or sets the text of the Resize Xamarin.Forms.Label.
Declaration
public string ResizeLabelText { get; set; }
Property Value
System.String
|