menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolbarSettings - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Xamarin.Forms.BindableProperty

    IsScrollButtonVisibleProperty

    Indicates the IsScrollButtonVisible property.

    Declaration
    public static readonly BindableProperty IsScrollButtonVisibleProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TextColorProperty

    Indicates the text color property of toolbar item.

    Declaration
    public static readonly BindableProperty TextColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    ToolbarBackgroundColorProperty

    Indicates the toolbar background color property.

    Declaration
    public static readonly BindableProperty ToolbarBackgroundColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    BackgroundColor

    Gets or Sets the background color of toolbar item.

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type
    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
    System.Boolean

    TextColor

    Gets or Sets the text color of toolbar item.

    Declaration
    public Color TextColor { get; set; }
    Property Value
    Type
    Xamarin.Forms.Color

    ToolbarBackgroundColor

    Gets or Sets the toolbar background color.

    Declaration
    public Color ToolbarBackgroundColor { get; set; }
    Property Value
    Type
    Xamarin.Forms.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved