Skip to main content

FilterListItemBaseActualAppearance Members

Stores appearance settings for the FilterListItemBase.

Properties

Name Description
EditorBackgroundColor Gets the background color that is applied to the FilterListItemBase descendant. To specify this color, use the EditorBackgroundColor property.
EditorBorderColor Gets the border color that is applied to the FilterListItemBase descendant. To specify this color, use the EditorBorderColor property.
EditorFocusedBorderColor Gets the border color that is applied to the FilterListItemBase descendant when it is focused. To specify this color, use the EditorFocusedBorderColor property.
EditorPadding Gets the padding value that is applied to the FilterListItemBase descendant’s editor. To specify this value, use the EditorPadding property.
EditorTextColor Gets the text color that is applied to the FilterListItemBase descendant’s editor. To specify this color, use the EditorTextColor property.
ItemBorderColor Gets the border color that is applied to the FilterListItemBase descendant. To specify this color, use the ItemBorderColor property.
ItemContentPadding Gets the content padding value that is applied to the FilterListItemBase descendant. To specify this value, use the ItemContentPadding property.
ItemFontAttributes Gets the font attribute value that is applied to the FilterListItemBase descendant. To specify this value, use the ItemFontAttributes property.
ItemFontFamily Gets the font family value that is applied to the FilterListItemBase descendant. To specify this value, use the ItemFontFamily property.
ItemFontSize Gets the font size value that is applied to the FilterListItemBase descendant. To specify this value, use the ItemFontSize property.
ItemTextColor Gets the text color that is applied to the FilterListItemBase descendant. To specify this color, use the ItemTextColor property.
SelectedItemBackgroundColor Gets the background color that is applied to the FilterListItemBase descendant when it is selected. To specify this color, use the SelectedItemBackgroundColor property.
SelectedItemTextColor Gets the text color that is applied to the FilterListItemBase descendant when it is selected. To specify this color, use the SelectedItemTextColor property.

Methods

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