Skip to main content
A newer version of this page is available. .

TokenAppearance Properties

An object that contains a TokenEdit and AutoCompleteTokenEdit item’s appearance properties.
Name Description
BackgroundColor Gets or sets the background color for editor tokens. This is a bindable property.
BorderColor Gets or sets the border color of the token item. This is a bindable property.
BorderThickness Gets or sets the border thickness of the token item. This is a bindable property.
CornerRadius Gets or sets the corner radius of the token item. This is a bindable property.
FontAttributes Gets or sets the font attributes of the token item’s text. This is a bindable property.
FontFamily Gets or sets the font family of the token item’s text. This is a bindable property.
FontSize Gets or sets the font size of the token item’s text. This is a bindable property.
IconColor Gets or sets the icon color of the token item. This is a bindable property.
IconIndent Gets or sets the icon indent of the token item. This is a bindable property.
Padding Gets or sets the padding of the token item. This is a bindable property.
PressedBackgroundColor Gets or sets the background color of the pressed token item. This is a bindable property.
PressedBorderColor Gets or sets the border color of the pressed token item. This is a bindable property.
PressedIconColor Gets or sets the icon color of the pressed token item. This is a bindable property.
PressedTextColor Gets or sets the text color of the pressed token item. This is a bindable property.
TextColor Gets or sets the text color of the token item. This is a bindable property.
See Also