Interface DisabledChipAttributes
Namespace: Unity.UIWidgets.material
Syntax
public interface DisabledChipAttributes
Properties
disabledColor
Declaration
Color disabledColor { get; }
Property Value
Type | Description |
---|---|
Color |
isEnabled
Declaration
bool? isEnabled { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |