Skip to main content

FilterRadioListItemActualAppearance Members

Stores appearance settings for the FilterRadioListItem.

Properties

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

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