Xamarin.Forms

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

    Show / Hide Table of Contents

    Class TokenSettings

    Represents the settings for token item in SfComboBox.

    Inheritance
    System.Object
    TokenSettings
    Namespace: Syncfusion.XForms.WPF.ComboBox
    Assembly: Syncfusion.SfComboBox.XForms.WPF.dll
    Syntax
    public class TokenSettings : DependencyObject

    Constructors

    TokenSettings()

    Declaration
    public TokenSettings()

    Fields

    BackgroundProperty

    Gets or sets the background of token item. This is a dependency property.

    Declaration
    public static readonly DependencyProperty BackgroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    CornerRadiusProperty

    Gets or sets the CornerRadius for token item. This is a dependency property.

    Declaration
    public static readonly DependencyProperty CornerRadiusProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    DeleteButtonColorProperty

    Gets or sets the delete button color of token item. This is a dependency property.

    Declaration
    public static readonly DependencyProperty DeleteButtonColorProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    DeleteButtonPlacementProperty

    Using a DependencyProperty as the backing store for ButtonPlacement. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty DeleteButtonPlacementProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    FontFamilyProperty

    Gets or sets the font family of token item. This is a dependency property.

    Declaration
    public static readonly DependencyProperty FontFamilyProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    FontSizeProperty

    Gets or sets the font size of token item. This is a dependency property.

    Declaration
    public static readonly DependencyProperty FontSizeProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ForegroundProperty

    Gets or sets the foreground of token item. This is a dependency property.

    Declaration
    public static readonly DependencyProperty ForegroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SelectedBackgroundProperty

    Gets or sets the selected background of token item. This is a dependency property.

    Declaration
    public static readonly DependencyProperty SelectedBackgroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ShowDeleteButtonProperty

    Gets or sets the property indicating whether the delete button is shown in token item. This is a dependency property.

    Declaration
    public static readonly DependencyProperty ShowDeleteButtonProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Background

    Gets or sets the background of token item.

    Declaration
    public Brush Background { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    CornerRadius

    Gets or sets the corner radius for the token item.

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

    DeleteButtonColor

    Gets or sets the delete button color of token item.

    Declaration
    public Brush DeleteButtonColor { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    DeleteButtonPlacement

    Gets or Sets the placement of DeleteButton

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

    FontFamily

    Gets or sets the font family of token item.

    Declaration
    public FontFamily FontFamily { get; set; }
    Property Value
    Type Description
    System.Windows.Media.FontFamily

    FontSize

    Gets or sets the font size of token item.

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

    Foreground

    Gets or sets the foregrond of token item.

    Declaration
    public Brush Foreground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    SelectedBackground

    Gets or sets the selected background of token item.

    Declaration
    public Brush SelectedBackground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    ShowDeleteButton

    Gets or sets the property indicating whether the delete button is shown in token item.

    Declaration
    public bool ShowDeleteButton { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved