Class FlexItemHighlightConfig
Configuration data for the highlighting of Flex item elements.
public sealed class FlexItemHighlightConfig
- Inheritance
-
FlexItemHighlightConfig
- Inherited Members
Properties
BaseSizeBorder
Style of the border around the box representing the item's base size
[JsonPropertyName("baseSizeBorder")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LineStyle? BaseSizeBorder { get; set; }
Property Value
BaseSizeBox
Style of the box representing the item's base size
[JsonPropertyName("baseSizeBox")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public BoxStyle? BaseSizeBox { get; set; }
Property Value
FlexibilityArrow
Style of the arrow representing if the item grew or shrank
[JsonPropertyName("flexibilityArrow")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LineStyle? FlexibilityArrow { get; set; }