Class FlexContainerHighlightConfig
Configuration data for the highlighting of Flex container elements.
public sealed class FlexContainerHighlightConfig
- Inheritance
-
FlexContainerHighlightConfig
- Inherited Members
Properties
ColumnGapSpace
Style of empty space caused by columns gaps (gap/column-gap).
[JsonPropertyName("columnGapSpace")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public BoxStyle? ColumnGapSpace { get; set; }
Property Value
ContainerBorder
The style of the container border
[JsonPropertyName("containerBorder")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LineStyle? ContainerBorder { get; set; }
Property Value
CrossAlignment
Style of the self-alignment line (align-items).
[JsonPropertyName("crossAlignment")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LineStyle? CrossAlignment { get; set; }
Property Value
CrossDistributedSpace
Style of content-distribution space on the cross axis (align-content).
[JsonPropertyName("crossDistributedSpace")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public BoxStyle? CrossDistributedSpace { get; set; }
Property Value
ItemSeparator
The style of the separator between items
[JsonPropertyName("itemSeparator")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LineStyle? ItemSeparator { get; set; }
Property Value
LineSeparator
The style of the separator between lines
[JsonPropertyName("lineSeparator")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LineStyle? LineSeparator { get; set; }
Property Value
MainDistributedSpace
Style of content-distribution space on the main axis (justify-content).
[JsonPropertyName("mainDistributedSpace")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public BoxStyle? MainDistributedSpace { get; set; }
Property Value
RowGapSpace
Style of empty space caused by row gaps (gap/row-gap).
[JsonPropertyName("rowGapSpace")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public BoxStyle? RowGapSpace { get; set; }