Enum
ChipListGap

Controls the how much space the child Chip components should have.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

public enum ChipListGap

Fields

Large

Specifies a large gap for the child Chip components.

Declaration

Large = 2

Field Value

ChipListGap

Medium

Specifies a medium gap for the child Chip components.

Declaration

Medium = 1

Field Value

ChipListGap

Small

Specifies a small gap for the child Chip components.

Declaration

Small = 0

Field Value

ChipListGap