Table of Contents

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

string

Direction

public DisplayConfigEnums.DirectionEnum Direction { get; set; }

Property Value

DisplayConfigEnums.DirectionEnum

GrowPriority

public double? GrowPriority { get; set; }

Property Value

double?

Observations

public List<ObservationRowBoxLayout>? Observations { get; set; }

Property Value

List<ObservationRowBoxLayout>

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

SubType

public DisplayConfigEnums.WebDisplayCellSubtype SubType { get; set; }

Property Value

DisplayConfigEnums.WebDisplayCellSubtype

Type

public DisplayConfigEnums.CellType Type { get; set; }

Property Value

DisplayConfigEnums.CellType