Class RichTextEditorToolbarSettings
Toolbar settings for customization of toolabr.
Inheritance
Namespace: Syncfusion.Maui.RichTextEditor
Assembly: Syncfusion.Maui.RichTextEditor.dll
Syntax
public class RichTextEditorToolbarSettings : Element, IThemeElement
Constructors
RichTextEditorToolbarSettings()
Declaration
public RichTextEditorToolbarSettings()
Fields
BackgroundColorProperty
Indicates the toolbar background color property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
BackwardIconBackgroundProperty
Identifies the BackwardIconBackground bindable property.
Declaration
public static readonly BindableProperty BackwardIconBackgroundProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
BackwardIconColorProperty
Identifies the BackwardIconColor bindable property.
Declaration
public static readonly BindableProperty BackwardIconColorProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
ForwardIconBackgroundProperty
Identifies the ForwardIconBackground bindable property.
Declaration
public static readonly BindableProperty ForwardIconBackgroundProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
ForwardIconColorProperty
Identifies the ForwardIconColor bindable property.
Declaration
public static readonly BindableProperty ForwardIconColorProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for the ForwardIconColor bindable property. |
IsScrollButtonVisibleProperty
Indicates the IsScrollButtonVisible property.
Declaration
public static readonly BindableProperty IsScrollButtonVisibleProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
SelectionColorProperty
Identifies the SelectionColor bindable property.
Declaration
public static readonly BindableProperty SelectionColorProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
SeparatorColorProperty
Identifies the SeparatorColor bindable property.
Declaration
public static readonly BindableProperty SeparatorColorProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
SeparatorThicknessProperty
Identifies the SeparatorThickness bindable property.
Declaration
public static readonly BindableProperty SeparatorThicknessProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
TextColorProperty
Indicates the text color property of toolbar item.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Properties
BackgroundColor
Gets or Sets the toolbar background color.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |
BackwardIconBackground
Gets or sets the value to customize back navigation button background.
Declaration
public Brush BackwardIconBackground { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
BackwardIconColor
Gets or sets the value to customize backward navigation button icon color.
Declaration
public Color BackwardIconColor { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |
ForwardIconBackground
Gets or sets the value to customize forward navigation button background.
Declaration
public Brush ForwardIconBackground { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
ForwardIconColor
Gets or sets the value to customize forward navigation button icon color.
Declaration
public Color ForwardIconColor { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |
IsScrollButtonVisible
Gets or sets a value indicates whether to enable or disable the scroll button. The default value is true.
Declaration
public bool IsScrollButtonVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
SelectionColor
Gets or sets the color for the toolbar text hover and select color.
Declaration
public Color SelectionColor { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.Maui.Graphics.Color | The color for the toolbar text hover and select. |
SeparatorColor
Gets or sets the color for the separator border.
Declaration
public Color SeparatorColor { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |
SeparatorThickness
Gets or sets the thickness for the separator border.
Declaration
public double SeparatorThickness { get; set; }
Property Value
Type |
---|
System.Double |
TextColor
Gets or Sets the text color of toolbar item.
Declaration
public Color TextColor { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |
Methods
OnParentSet()
Invoked whenever the Parent of an element is set.
Declaration
protected override void OnParentSet()