Back to Devexpress

ChipActualAppearance Properties

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

latest12.2 KB
Original Source

ChipActualAppearance Properties

An appearance object.

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.

See Also

ChipActualAppearance Class

ChipActualAppearance Members

DevExpress.Maui.Editors Namespace