Chip.ActualAppearance Property
Gets the common appearance settings that are applied to the current Chip.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public ChipActualAppearance ActualAppearance { get; }
Property Value
Type | Description |
---|---|
ChipActualAppearance | Appearance settings that are applied to the current Chip. |
See Also