Class FlexContainerHighlightConfig
Configuration data for the highlighting of Flex container elements.
public sealed record FlexContainerHighlightConfig : IEquatable<FlexContainerHighlightConfig>
- Inheritance
-
FlexContainerHighlightConfig
- Implements
- Inherited Members
Constructors
FlexContainerHighlightConfig()
Configuration data for the highlighting of Flex container elements.
public FlexContainerHighlightConfig()
Properties
ColumnGapSpace
Style of empty space caused by columns gaps (gap/column-gap).
public BoxStyle? ColumnGapSpace { get; init; }
Property Value
ContainerBorder
The style of the container border
public LineStyle? ContainerBorder { get; init; }
Property Value
CrossAlignment
Style of the self-alignment line (align-items).
public LineStyle? CrossAlignment { get; init; }
Property Value
CrossDistributedSpace
Style of content-distribution space on the cross axis (align-content).
public BoxStyle? CrossDistributedSpace { get; init; }
Property Value
ItemSeparator
The style of the separator between items
public LineStyle? ItemSeparator { get; init; }
Property Value
LineSeparator
The style of the separator between lines
public LineStyle? LineSeparator { get; init; }
Property Value
MainDistributedSpace
Style of content-distribution space on the main axis (justify-content).
public BoxStyle? MainDistributedSpace { get; init; }
Property Value
RowGapSpace
Style of empty space caused by row gaps (gap/row-gap).
public BoxStyle? RowGapSpace { get; init; }