Class FlexItemHighlightConfig
Configuration data for the highlighting of Flex item elements.
public sealed record FlexItemHighlightConfig : IEquatable<FlexItemHighlightConfig>
- Inheritance
-
FlexItemHighlightConfig
- Implements
- Inherited Members
Constructors
FlexItemHighlightConfig()
Configuration data for the highlighting of Flex item elements.
public FlexItemHighlightConfig()
Properties
BaseSizeBorder
Style of the border around the box representing the item's base size
public LineStyle? BaseSizeBorder { get; init; }
Property Value
BaseSizeBox
Style of the box representing the item's base size
public BoxStyle? BaseSizeBox { get; init; }
Property Value
FlexibilityArrow
Style of the arrow representing if the item grew or shrank
public LineStyle? FlexibilityArrow { get; init; }