Table of Contents

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

string

BorderColor

public string? BorderColor { get; set; }

Property Value

string

BorderRadius

public string? BorderRadius { get; set; }

Property Value

string

BorderStyle

public string? BorderStyle { get; set; }

Property Value

string

BorderWidth

public string? BorderWidth { get; set; }

Property Value

string

Conditions

public ConditionsConfig? Conditions { get; set; }

Property Value

ConditionsConfig

Direction

public DisplayConfigEnums.DirectionEnum Direction { get; set; }

Property Value

DisplayConfigEnums.DirectionEnum

GridColumn

public int? GridColumn { get; set; }

Property Value

int?

HProportion

public double? HProportion { get; set; }

Property Value

double?

Icon

public string? Icon { get; set; }

Property Value

string

MinHeight

public string? MinHeight { get; set; }

Property Value

string

Name

public string? Name { get; set; }

Property Value

string

PaddingBottom

public string? PaddingBottom { get; set; }

Property Value

string

PaddingLeft

public string? PaddingLeft { get; set; }

Property Value

string

PaddingRight

public string? PaddingRight { get; set; }

Property Value

string

PaddingTop

public string? PaddingTop { get; set; }

Property Value

string

Rows

public List<RowBoxLayout>? Rows { get; set; }

Property Value

List<RowBoxLayout>

SectionUrl

public string? SectionUrl { get; set; }

Property Value

string

Subtitle

public bool? Subtitle { get; set; }

Property Value

bool?

Type

public DisplayConfigEnums.RowType Type { get; set; }

Property Value

DisplayConfigEnums.RowType