Back to Devexpress

ChipGroupActualAppearance Properties

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

latest12.1 KB
Original Source

ChipGroupActualAppearance Properties

An appearance object.

NameDescription
BackgroundColorGets the background color value that is applied to the ChipGroup. To specify this value, use the ChipGroup‘s BackgroundColor property.
BoxModeGets the box mode value that is applied to the ChipGroup. To specify this value, use the BoxMode property.
ChipBackgroundColorGets the chip’s background color that is applied to the ChipGroup. To specify this color, use the ChipBackgroundColor property.
ChipBorderColorGets the chip’s border color that is applied to the ChipGroup. To specify this color, use the ChipBackgroundColor property.
ChipBorderThicknessGets the chip’s border thickness value that is applied to the ChipGroup. To specify this value, use the ChipBorderThickness property.
ChipCheckIconColorGets the chip’s check icon color that is applied to the ChipGroup. To specify this color, use the ChipCheckIconColor property.
ChipCornerRadiusGets the chip’s corner radius value that is applied to the ChipGroup. To specify this value, use the ChipCornerRadius property.
ChipDisabledBackgroundColorGets the chip’s background color that is applied to the ChipGroup when the chip is disabled. To specify this color, use the ChipDisabledBackgroundColor property.
ChipDisabledBorderColorGets the chip’s border color that is applied to the ChipGroup when the chip is disabled. To specify this color, use the ChipDisabledBorderColor property.
ChipDisabledCheckIconColorGets the chip’s check icon color that is applied to the ChipGroup when the chip is disabled. To specify this color, use the ChipDisabledCheckIconColor property.
ChipDisabledIconColorGets the chip’s icon color that is applied to the ChipGroup when the chip is disabled. To specify this color, use the ChipDisabledIconColor property.
ChipDisabledRemoveIconColorGets the chip’s remove icon color that is applied to the ChipGroup when the chip is disabled. To specify this color, use the ChipDisabledRemoveIconColor property.
ChipDisabledTextColorGets the chip’s text color that is applied to the ChipGroup when the chip is disabled. To specify this color, use the ChipDisabledTextColor property.
ChipFontAttributesGets the chip’s font attributes that is applied to the ChipGroup. To specify this value, use the ChipFontAttributes property.
ChipFontFamilyGets the chip’s font family that is applied to the ChipGroup. To specify this value, use the ChipFontFamily property.
ChipFontSizeGets the chip’s font size that is applied to the ChipGroup. To specify this value, use the ChipFontSize property.
ChipIconColorGets the chip’s icon color that is applied to the ChipGroup. To specify this color, use the ChipIconColor property.
ChipIconIndentGets the chip’s icon indent value that is applied to the ChipGroup. To specify this value, use the ChipIconIndent property.
ChipIconSizeGets the chip’s icon size value that is applied to the ChipGroup. To specify this value, use the ChipIconSize property.
ChipIsIconVisibleGets the chip’s icon visibility value that is applied to the ChipGroup. To specify this value, use the ChipIsIconVisible property.
ChipPaddingGets the chip’s padding value that is applied to the ChipGroup. To specify this value, use the ChipPadding property.
ChipPressedBackgroundColorGets the chip’s background color that is applied to the ChipGroup when the chip is pressed. To specify this color, use the ChipPressedBackgroundColor property.
ChipPressedBorderColorGets the chip’s border color that is applied to the ChipGroup when the chip is pressed. To specify this color, use the ChipPressedBorderColor property.
ChipPressedCheckIconColorGets the chip’s check icon color that is applied to the ChipGroup when the chip is pressed. To specify this color, use the ChipPressedCheckIconColor property.
ChipPressedIconColorGets the chip’s icon color that is applied to the ChipGroup when the chip is pressed. To specify this color, use the ChipPressedIconColor property.
ChipPressedRemoveIconColorGets the chip’s remove icon color that is applied to the ChipGroup when the chip is pressed. To specify this color, use the ChipPressedRemoveIconColor property.
ChipPressedTextColorGets the chip’s text color that is applied to the ChipGroup when the chip is pressed. To specify this color, use the ChipPressedTextColor property.
ChipRemoveIconColorGets the chip’s remove icon color that is applied to the ChipGroup when the chip is pressed. To specify this color, use the ChipRemoveIconColor property.
ChipTextColorGets the chip’s text color that is applied to the ChipGroup. To specify this color, use the ChipTextColor property.
ChipUseRippleEffectGets whether the ripple effect is used to change the ChipGroup‘s selection state. To specify this value, use the ChipUseRippleEffect property.
FontAutoScalingEnabledGets or sets whether text is scaled according to the operating system’s text scale setting. This is a bindable property.
HorizontalSpacingGets the horizontal amount of space between chips that is applied to the ChipGroup. To specify this value, use the HorizontalSpacing property.
IsMultilineGets whether the ChipGroup‘s chips are displayed in a multiple lines. To specify this value, use the IsMultiline property.
PaddingGets the padding value that is applied to the ChipGroup. To specify this value, use the Padding property.
VerticalSpacingGets the vertical amount of space between chips that is applied to the ChipGroup. To specify this value, use the VerticalSpacing property.

See Also

ChipGroupActualAppearance Class

ChipGroupActualAppearance Members

DevExpress.Maui.Editors Namespace