Class TokenSettings
Represents the settings for token item in SfComboBox.
Inheritance
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
System.Windows.DependencyProperty |
Properties
Background
Gets or sets the background of token item.
Declaration
public Brush Background { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
CornerRadius
Gets or sets the corner radius for the token item.
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
Type |
---|
System.Windows.CornerRadius |
DeleteButtonColor
Gets or sets the delete button color of token item.
Declaration
public Brush DeleteButtonColor { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
DeleteButtonPlacement
Gets or Sets the placement of DeleteButton
Declaration
public DeleteButtonPlacement DeleteButtonPlacement { get; set; }
Property Value
Type |
---|
DeleteButtonPlacement |
FontFamily
Gets or sets the font family of token item.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
Type |
---|
System.Windows.Media.FontFamily |
FontSize
Gets or sets the font size of token item.
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
Foreground
Gets or sets the foregrond of token item.
Declaration
public Brush Foreground { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
SelectedBackground
Gets or sets the selected background of token item.
Declaration
public Brush SelectedBackground { get; set; }
Property Value
Type |
---|
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 |
---|
System.Boolean |