Skip to main content

InputChipGroupActualAppearance Members

An appearance object.

Properties

Name Description
BackgroundColor Gets the background color value that is applied to the ChipGroup. To specify this value, use the ChipGroup‘s BackgroundColor property. Inherited from ChipGroupActualAppearance.
BoxMode Gets the box mode value that is applied to the ChipGroup. To specify this value, use the BoxMode property. Inherited from ChipGroupActualAppearance.
ChipBackgroundColor Gets the chip’s background color that is applied to the ChipGroup. To specify this color, use the ChipBackgroundColor property. Inherited from ChipGroupActualAppearance.
ChipBorderColor Gets the chip’s border color that is applied to the ChipGroup. To specify this color, use the ChipBackgroundColor property. Inherited from ChipGroupActualAppearance.
ChipBorderThickness Gets the chip’s border thickness value that is applied to the ChipGroup. To specify this value, use the ChipBorderThickness property. Inherited from ChipGroupActualAppearance.
ChipCheckIconColor Gets the chip’s check icon color that is applied to the ChipGroup. To specify this color, use the ChipCheckIconColor property. Inherited from ChipGroupActualAppearance.
ChipCornerRadius Gets the chip’s corner radius value that is applied to the ChipGroup. To specify this value, use the ChipCornerRadius property. Inherited from ChipGroupActualAppearance.
ChipDisabledBackgroundColor Gets the chip’s background color that is applied to the ChipGroup when the chip is disabled. To specify this color, use the ChipDisabledBackgroundColor property. Inherited from ChipGroupActualAppearance.
ChipDisabledBorderColor Gets the chip’s border color that is applied to the ChipGroup when the chip is disabled. To specify this color, use the ChipDisabledBorderColor property. Inherited from ChipGroupActualAppearance.
ChipDisabledCheckIconColor Gets 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. Inherited from ChipGroupActualAppearance.
ChipDisabledIconColor Gets the chip’s icon color that is applied to the ChipGroup when the chip is disabled. To specify this color, use the ChipDisabledIconColor property. Inherited from ChipGroupActualAppearance.
ChipDisabledRemoveIconColor Gets 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. Inherited from ChipGroupActualAppearance.
ChipDisabledTextColor Gets the chip’s text color that is applied to the ChipGroup when the chip is disabled. To specify this color, use the ChipDisabledTextColor property. Inherited from ChipGroupActualAppearance.
ChipFontAttributes Gets the chip’s font attributes that is applied to the ChipGroup. To specify this value, use the ChipFontAttributes property. Inherited from ChipGroupActualAppearance.
ChipFontFamily Gets the chip’s font family that is applied to the ChipGroup. To specify this value, use the ChipFontFamily property. Inherited from ChipGroupActualAppearance.
ChipFontSize Gets the chip’s font size that is applied to the ChipGroup. To specify this value, use the ChipFontSize property. Inherited from ChipGroupActualAppearance.
ChipIconColor Gets the chip’s icon color that is applied to the ChipGroup. To specify this color, use the ChipIconColor property. Inherited from ChipGroupActualAppearance.
ChipIconIndent Gets the chip’s icon indent value that is applied to the ChipGroup. To specify this value, use the ChipIconIndent property. Inherited from ChipGroupActualAppearance.
ChipIconSize Gets the chip’s icon size value that is applied to the ChipGroup. To specify this value, use the ChipIconSize property. Inherited from ChipGroupActualAppearance.
ChipIsIconVisible Gets the chip’s icon visibility value that is applied to the ChipGroup. To specify this value, use the ChipIsIconVisible property. Inherited from ChipGroupActualAppearance.
ChipPadding Gets the chip’s padding value that is applied to the ChipGroup. To specify this value, use the ChipPadding property. Inherited from ChipGroupActualAppearance.
ChipPressedBackgroundColor Gets the chip’s background color that is applied to the ChipGroup when the chip is pressed. To specify this color, use the ChipPressedBackgroundColor property. Inherited from ChipGroupActualAppearance.
ChipPressedBorderColor Gets the chip’s border color that is applied to the ChipGroup when the chip is pressed. To specify this color, use the ChipPressedBorderColor property. Inherited from ChipGroupActualAppearance.
ChipPressedCheckIconColor Gets 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. Inherited from ChipGroupActualAppearance.
ChipPressedIconColor Gets the chip’s icon color that is applied to the ChipGroup when the chip is pressed. To specify this color, use the ChipPressedIconColor property. Inherited from ChipGroupActualAppearance.
ChipPressedRemoveIconColor Gets 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. Inherited from ChipGroupActualAppearance.
ChipPressedTextColor Gets the chip’s text color that is applied to the ChipGroup when the chip is pressed. To specify this color, use the ChipPressedTextColor property. Inherited from ChipGroupActualAppearance.
ChipRemoveIconColor Gets 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. Inherited from ChipGroupActualAppearance.
ChipTextColor Gets the chip’s text color that is applied to the ChipGroup. To specify this color, use the ChipTextColor property. Inherited from ChipGroupActualAppearance.
ChipUseRippleEffect Gets whether the ripple effect is used to change the ChipGroup‘s selection state. To specify this value, use the ChipUseRippleEffect property. Inherited from ChipGroupActualAppearance.
EditorBorderColor Gets the editor border color that is applied to the InputChipGroup. To specify this color, use the EditorBorderColor property.
EditorBorderThickness Gets the editor border thickness value that is applied to the InputChipGroup. To specify this value, use the EditorBorderThickness property.
EditorCursorColor Gets the editor cursor color that is applied to the InputChipGroup. To specify this color, use the EditorCursorColor property.
EditorFocusedBorderColor Gets the editor border color that is applied to the InputChipGroup when it is focused. To specify this color, use the EditorFocusedBorderColor property.
EditorFontAttributes Gets the editor font attribute value that is applied to the InputChipGroup. To specify this value, use the EditorFontAttributes property.
EditorFontFamily Gets the editor font family value that is applied to the InputChipGroup. To specify this value, use the EditorFontFamily property.
EditorFontSize Gets the editor font size value that is applied to the InputChipGroup. To specify this value, use the EditorFontSize property.
EditorMinimumHeight Gets the editor minimum height value that is applied to the InputChipGroup. To specify this value, use the EditorMinimumHeight property.
EditorMinimumWidth Gets the editor minimum width value that is applied to the InputChipGroup. To specify this value, use the EditorMinimumWidth property.
EditorTextColor Gets the editor text color that is applied to the InputChipGroup. To specify this color, use the EditorTextColor property.
HorizontalSpacing Gets the horizontal amount of space between chips that is applied to the ChipGroup. To specify this value, use the HorizontalSpacing property. Inherited from ChipGroupActualAppearance.
IsMultiline Gets whether the ChipGroup‘s chips are displayed in a multiple lines. To specify this value, use the IsMultiline property. Inherited from ChipGroupActualAppearance.
Padding Gets the padding value that is applied to the ChipGroup. To specify this value, use the Padding property. Inherited from ChipGroupActualAppearance.
VerticalSpacing Gets the vertical amount of space between chips that is applied to the ChipGroup. To specify this value, use the VerticalSpacing property. Inherited from ChipGroupActualAppearance.

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