Class SectionBoxLayout
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a layout configuration for arranging section boxes.
public class SectionBoxLayout
- Inheritance
-
SectionBoxLayout
- Inherited Members
- Extension Methods
Properties
BgColor
public string? BgColor { get; set; }
Property Value
BorderColor
public string? BorderColor { get; set; }
Property Value
BorderRadius
public string? BorderRadius { get; set; }
Property Value
BorderStyle
public string? BorderStyle { get; set; }
Property Value
BorderWidth
public string? BorderWidth { get; set; }
Property Value
Conditions
public ConditionsConfig? Conditions { get; set; }
Property Value
Direction
public DisplayConfigEnums.DirectionEnum Direction { get; set; }
Property Value
GridColumn
public int? GridColumn { get; set; }
Property Value
- int?
HProportion
public double? HProportion { get; set; }
Property Value
Icon
public string? Icon { get; set; }
Property Value
MinHeight
public string? MinHeight { get; set; }
Property Value
Name
public string? Name { 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
Rows
public List<RowBoxLayout>? Rows { get; set; }
Property Value
SectionUrl
public string? SectionUrl { get; set; }
Property Value
Subtitle
public bool? Subtitle { get; set; }
Property Value
- bool?
Type
public DisplayConfigEnums.RowType Type { get; set; }