Class ChipListGap
Controls the how much space the child Chip components should have.
Inheritance
System.Object
ChipListGap
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ChipListGap : Enum
Fields
Large
Specifies a large gap for the child Chip components.
Declaration
public const ChipListGap Large
Field Value
ChipListGap
|
Medium
Specifies a medium gap for the child Chip components.
Declaration
public const ChipListGap Medium
Field Value
ChipListGap
|
Small
Specifies a small gap for the child Chip components.
Declaration
public const ChipListGap Small
Field Value
ChipListGap
|
value__
Declaration
public int value__
Field Value
System.Int32
|