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

TokenAppearance Members

An object that contains a TokenEdit and AutoCompleteTokenEdit item’s appearance properties.

Constructors

Name Description
TokenAppearance() Initializes a new instance of the TokenAppearance class.

Fields

Name Description
BackgroundColorProperty static Identifies the BackgroundColor bindable property.
BorderColorProperty static Identifies the BorderColor bindable property.
BorderThicknessProperty static Identifies the BorderThickness bindable property.
CornerRadiusProperty static Identifies the CornerRadius bindable property.
FontAttributesProperty static Identifies the FontAttributes bindable property.
FontFamilyProperty static Identifies the FontFamily bindable property.
FontSizeProperty static Identifies the FontSize bindable property.
IconColorProperty static Identifies the IconColor bindable property.
IconIndentProperty static Identifies the IconIndent bindable property.
PaddingProperty static Identifies the Padding bindable property.
PressedBackgroundColorProperty static Identifies the PressedBackgroundColor bindable property.
PressedBorderColorProperty static Identifies the PressedBorderColor bindable property.
PressedIconColorProperty static Identifies the PressedIconColor bindable property.
PressedTextColorProperty static Identifies the PressedTextColor bindable property.
TextColorProperty static Identifies the TextColor bindable property.

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also