Class RichTextEditorToolbarItem
Base class for all toolbar items used with the RadRichTextEditorToolbar component.
Inherited Members
Namespace: Telerik.XamarinForms.RichTextEditor
Assembly: Telerik.XamarinForms.RichTextEditor.dll
Syntax
public class RichTextEditorToolbarItem : ToolbarItem, ILayoutControlPanelChild
Constructors
RichTextEditorToolbarItem()
Declaration
public RichTextEditorToolbarItem()
Fields
CheckedBackgroundColorProperty
Identifies the CheckedBackgroundColor property.
Declaration
public static readonly BindableProperty CheckedBackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
CheckedColorProperty
Identifies the CheckedColor property.
Declaration
public static readonly BindableProperty CheckedColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
DescriptionProperty
Identifies the Description property.
Declaration
public static readonly BindableProperty DescriptionProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsCheckedProperty
Identifies the IsChecked property.
Declaration
public static readonly BindableProperty IsCheckedProperty
Field Value
Xamarin.Forms.BindableProperty
|
RichTextEditorProperty
Identifies the RichTextEditor property.
Declaration
public static readonly BindableProperty RichTextEditorProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
CheckedBackgroundColor
Gets or sets the background Xamarin.Forms.Color when this RichTextEditorToolbarItem is checked.
Declaration
public Color CheckedBackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
CheckedColor
Gets or sets the text Xamarin.Forms.Color when this RichTextEditorToolbarItem is checked.
Declaration
public Color CheckedColor { get; set; }
Property Value
Xamarin.Forms.Color
|
Description
Gets or sets the description for this RichTextEditorToolbarItem.
Declaration
public string Description { get; set; }
Property Value
System.String
|
IsChecked
Gets or sets a value indicating whether this RichTextEditorToolbarItem is checked.
Declaration
public bool IsChecked { get; set; }
Property Value
System.Boolean
|
RichTextEditor
Gets the RadRichTextEditor this RichTextEditorToolbarItem is associated with.
Declaration
public RadRichTextEditor RichTextEditor { get; }
Property Value
RadRichTextEditor
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|