Table of Contents

Class LegendLayoutRow

Namespace
adas_core.Domain.Models.MongoModels
Assembly
adas-core.Domain.dll

Represents a single row within a legend layout, typically used to organize and arrange legend items in a structured, row-based configuration.

public class LegendLayoutRow
Inheritance
LegendLayoutRow
Inherited Members
Extension Methods

Properties

Columns

public List<LegendLayoutColumn>? Columns { get; set; }

Property Value

List<LegendLayoutColumn>

GrowPriority

public decimal? GrowPriority { get; set; }

Property Value

decimal?