Class ToolbarSettings
Toolbar settings for customization of toolabr.
Inheritance
System.Object
ToolbarSettings
Namespace: Syncfusion.XForms.RichTextEditor
Assembly: Syncfusion.SfRichTextEditor.XForms.dll
Syntax
public class ToolbarSettings : BindableObject
Constructors
ToolbarSettings()
Declaration
public ToolbarSettings()
Fields
BackgroundColorProperty
Indicates the background color property of toolbar item.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Type | Description |
---|---|
Xamarin.Forms.BindableProperty |
IsScrollButtonVisibleProperty
Indicates the IsScrollButtonVisible property.
Declaration
public static readonly BindableProperty IsScrollButtonVisibleProperty
Field Value
Type | Description |
---|---|
Xamarin.Forms.BindableProperty |
TextColorProperty
Indicates the text color property of toolbar item.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Type | Description |
---|---|
Xamarin.Forms.BindableProperty |
ToolbarBackgroundColorProperty
Indicates the toolbar background color property.
Declaration
public static readonly BindableProperty ToolbarBackgroundColorProperty
Field Value
Type | Description |
---|---|
Xamarin.Forms.BindableProperty |
Properties
BackgroundColor
Gets or Sets the background color of toolbar item.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.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 | Description |
---|---|
System.Boolean |
TextColor
Gets or Sets the text color of toolbar item.
Declaration
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color |
ToolbarBackgroundColor
Gets or Sets the toolbar background color.
Declaration
public Color ToolbarBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color |