Class RowBoxLayout
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a layout manager that arranges child elements in a row-based box configuration.
public class RowBoxLayout
- Inheritance
-
RowBoxLayout
- Inherited Members
- Extension Methods
Properties
BgColor
public string? BgColor { get; set; }
Property Value
Direction
public DisplayConfigEnums.DirectionEnum Direction { get; set; }
Property Value
GrowPriority
public double? GrowPriority { get; set; }
Property Value
Observations
public List<ObservationRowBoxLayout>? Observations { get; set; }
Property Value
PaddingBottom
public string? PaddingBottom { get; set; }
Property Value
PaddingLeft
public string? PaddingLeft { get; set; }
Property Value
PaddingRight
public string? PaddingRight { get; set; }
Property Value
PaddingTop
public string? PaddingTop { get; set; }
Property Value
SubType
public DisplayConfigEnums.WebDisplayCellSubtype SubType { get; set; }
Property Value
Type
public DisplayConfigEnums.CellType Type { get; set; }