Xamarin.iOS

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

    Show / Hide Table of Contents

    Class TokenSettings

    Token settings.

    Inheritance
    System.Object
    TokenSettings
    Namespace: Syncfusion.SfAutoComplete.iOS
    Assembly: Syncfusion.SfAutoComplete.iOS.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 color of the background.

    Declaration
    public UIColor BackgroundColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the background.

    CornerRadius

    Gets or sets the corner radius.

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

    The corner radius.

    DeleteButtonColor

    Gets or sets the color of the delete button.

    Declaration
    public UIColor DeleteButtonColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the delete button.

    DeleteButtonPlacement

    Gets or sets the delete button placement.

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

    The delete button placement.

    FontFamily

    Gets or sets the font family.

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type Description
    System.String

    The font family.

    FontSize

    Gets or sets the size of the font.

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

    The size of the font.

    IsCloseButtonVisible

    Gets or sets a value indicating whether this TokenSettings show delete buttons.

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

    true if show delete buttons; otherwise, false.

    SelectedBackgroundColor

    Gets or sets the color of the selected background.

    Declaration
    public UIColor SelectedBackgroundColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the selected background.

    TextColor

    Gets or sets the color of the text.

    Declaration
    public UIColor TextColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the text.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved