Back to Devexpress

ChipActualAppearance Members

maui-devexpress-dot-maui-dot-editors-dot-chipactualappearance-dot-underscore-members.md

latest13.7 KB
Original Source

ChipActualAppearance Members

An appearance object.

Properties

NameDescription
BackgroundColorGets the background color that is applied to the Chip. To specify this color, use the Chip‘s BackgroundColor inherited property.
BorderColorGets the border color that is applied to the Chip. To specify this color, use the BorderColor property.
BorderThicknessGets the border thickness value that is applied to the Chip. To specify this value, use the BorderThickness property.
CheckIconColorGets the check icon’s foreground value that is applied to the Chip. To specify this value, use the CheckIconColor property.
CornerRadiusGets the corner radius value that is applied to the Chip. To specify this value, use the CornerRadius property.
DisabledBackgroundColorGets the background color value that is applied to the Chip when it is in the disabled state. To specify this value, use the DisabledBackgroundColor property.
DisabledBorderColorGets the border color value that is applied to the Chip when it is in the disabled state. To specify this value, use the DisabledBorderColor property.
DisabledCheckIconColorGets the check icon’s color value that is applied to the Chip when it is in the disabled state. To specify this value, use the DisabledCheckIconColor property.
DisabledIconColorGets the icon’s color value that is applied to the Chip when it is in the disabled state. To specify this value, use the DisabledIconColor property.
DisabledRemoveIconColorGets the remove icon’s color value that is applied to the Chip when it is in the disabled state. To specify this value, use the DisabledRemoveIconColor property.
DisabledTextColorGets the text’s color value that is applied to the Chip when it is in the disabled state. To specify this value, use the DisabledTextColor property.
FontAttributesGets the font attribute value that is applied to the Chip. To specify this value, use the FontAttributes property.
FontFamilyGets the font family value that is applied to the Chip. To specify this value, use the FontFamily property.
FontSizeGets the font size value that is applied to the Chip. To specify this value, use the FontSize property.
IconColorGets the icon color value that is applied to the Chip. To specify this value, use the IconColor property.
IconIndentGets the icon’s indent value that is applied to the Chip. To specify this value, use the IconIndent property.
IconSizeGets the icon’s size value that is applied to the Chip. To specify this value, use the IconSize property.
PaddingGets the padding value that is applied to the Chip. To specify this value, use the Padding property.
PressedBackgroundColorGets the background color value that is applied to the Chip when it is in the pressed state. To specify this value, use the PressedBackgroundColor property.
PressedBorderColorGets the border color value that is applied to the Chip when it is in the pressed state. To specify this value, use the PressedBorderColor property.
PressedCheckIconColorGets the check icon’s color value that is applied to the Chip when it is in the pressed state. To specify this value, use the PressedCheckIconColor property.
PressedIconColorGets the icon’s color value that is applied to the Chip when it is in the pressed state. To specify this value, use the PressedIconColor property.
PressedRemoveIconColorGets the remove icon’s color value that is applied to the Chip when it is in the pressed state. To specify this value, use the PressedRemoveIconColor property.
PressedTextColorGets the text color value that is applied to the Chip when it is in the pressed state. To specify this value, use the PressedTextColor property.
RemoveIconColorGets the remove icon’s color value that is applied to the Chip. To specify this value, use the RemoveIconColor property.
SelectedBackgroundColorGets the background color value that is applied to the Chip when it is selected. To specify this value, use the SelectedBackgroundColor property.
SelectedBorderColorGets the border color value that is applied to the Chip when it is selected. To specify this value, use the SelectedBorderColor property.
SelectedDisabledBackgroundColorGets the background color value that is applied to the Chip when it is selected and disabled. To specify this value, use the SelectedDisabledBackgroundColor property.
SelectedDisabledBorderColorGets the border color value that is applied to the Chip when it is selected and disabled. To specify this value, use the SelectedDisabledBorderColor property.
SelectedDisabledIconColorGets the icon’s color value that is applied to the Chip when it is selected and disabled. To specify this value, use the SelectedDisabledIconColor property.
SelectedDisabledRemoveIconColorGets the remove icon’s color value that is applied to the Chip when it is selected and disabled. To specify this value, use the SelectedDisabledRemoveIconColor property.
SelectedDisabledTextColorGets the text color value that is applied to the Chip when it is selected and disabled. To specify this value, use the SelectedDisabledTextColor property.
SelectedIconColorGets the icon’s color value that is applied to the Chip when it is selected. To specify this value, use the SelectedIconColor property.
SelectedRemoveIconColorGets the remove icon’s color value that is applied to the Chip when it is selected. To specify this value, use the SelectedRemoveIconColor property.
SelectedTextColorGets the text color value that is applied to the Chip when it is selected. To specify this value, use the SelectedTextColor property.
TextColorGets the text color value that is applied to the Chip. To specify this value, use the TextColor property.
UseRippleEffectGets whether the ripple effect is used to change the Chip‘s selection state. To specify this value, use the UseRippleEffect property.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from System.Object.
ReferenceEquals(Object, Object) staticDetermines 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

ChipActualAppearance Class

DevExpress.Maui.Editors Namespace