menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class TokenSettings

    Token settings class

    Inheritance
    System.Object
    TokenSettings
    Namespace: Syncfusion.Android.ComboBox
    Assembly: Syncfusion.SfComboBox.Android.dll
    Syntax
    public class TokenSettings : Object

    Constructors

    TokenSettings()

    Initializes a new instance of the TokenSettings class.

    Declaration
    public TokenSettings()

    Properties

    BackgroundColor

    Gets or sets the value of Background color method.

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    CornerRadius

    Gets or sets the value of Corner Radius property.

    Declaration
    public double CornerRadius { get; set; }
    Property Value
    Type
    System.Double

    DeleteButtonColor

    Gets or sets the value of Delete Button color property.

    Declaration
    public Color DeleteButtonColor { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    DeleteButtonPlacement

    Gets or sets the delete button placement.

    Declaration
    public DeleteButtonPlacement DeleteButtonPlacement { get; set; }
    Property Value
    Type Description
    DeleteButtonPlacement

    The delete button placement.

    FontTypeface

    Gets or sets the value of Font Type face property.

    Declaration
    public Typeface FontTypeface { get; set; }
    Property Value
    Type
    Android.Graphics.Typeface

    IsCloseButtonVisible

    Gets or sets a value indicating whether the value of Show Delete Buttons property is true or false.

    Declaration
    public bool IsCloseButtonVisible { get; set; }
    Property Value
    Type
    System.Boolean

    SelectedBackgroundColor

    Gets or sets the value of Selected Back Ground color property.

    Declaration
    public Color SelectedBackgroundColor { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    TextColor

    Gets or sets the color of Text color property.

    Declaration
    public Color TextColor { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    TextSize

    Gets or sets the value of Text size property.

    Declaration
    public float TextSize { get; set; }
    Property Value
    Type
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved