menu

UWP

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

    Show / Hide Table of Contents

    Class TokenSettings

    TokenSettings class

    Inheritance
    System.Object
    TokenSettings
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class TokenSettings : DependencyObject

    Constructors

    TokenSettings()

    Declaration
    public TokenSettings()

    Fields

    BackgroundProperty

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

    Declaration
    public static readonly DependencyProperty BackgroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    DeleteButtonAlignmentProperty

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

    Declaration
    public static readonly DependencyProperty DeleteButtonAlignmentProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    DeleteButtonColorProperty

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

    Declaration
    public static readonly DependencyProperty DeleteButtonColorProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    FontFamilyProperty

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

    Declaration
    public static readonly DependencyProperty FontFamilyProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    FontSizeProperty

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

    Declaration
    public static readonly DependencyProperty FontSizeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ForegroundProperty

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

    Declaration
    public static readonly DependencyProperty ForegroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ShowDeleteButtonProperty

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

    Declaration
    public static readonly DependencyProperty ShowDeleteButtonProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    Background

    Gets or Sets the Backgroundcolor of tokens

    Declaration
    public Brush Background { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    DeleteButtonAlignment

    Gets or Sets Alignment of DeleteButton in Token

    Declaration
    public DeleteButtonAlignment DeleteButtonAlignment { get; set; }
    Property Value
    Type
    DeleteButtonAlignment

    DeleteButtonColor

    Gets or Sets the DeleteButtonColor

    Declaration
    public Brush DeleteButtonColor { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    FontFamily

    Gets or Sets the FontFamily of tokens text

    Declaration
    public FontFamily FontFamily { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.FontFamily

    FontSize

    Gets or Sets the FontSize of the tokens text

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

    Foreground

    Gets or Sets the Foreground of tokens

    Declaration
    public Brush Foreground { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    ShowDeleteButton

    Gets or Sets the visibility of DeleteButton

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved