Table.TableCells.Layout Class
Definition
Section titled “Definition”Defines the layout for a row or a column defined in Cells
public class Table.TableCells.LayoutInheritance object
Properties
Section titled “Properties”The size of the row or column
public int Size { get; set; }Foreground
Section titled “Foreground”The foreground color used by the row or column
public Color? Foreground { get; set; }Background
Section titled “Background”The background color used by the row or column
public Color? Background { get; set; }Settings
Section titled “Settings”The setting options used by the row or column
public Table.Cell.Options Settings { get; set; }Methods
Section titled “Methods”Remove()
Section titled “Remove()”Removes this entire layout from the table.
public void Remove()SetLayout(int?, Color?, Color?, Options?)
Section titled “SetLayout(int?, Color?, Color?, Options?)”Set a default layout to be used for each new cell
public void SetLayout(int? size = null, Color? foreground = null, Color? background = null, Table.Cell.Options? settings = null)Parameters
Section titled “Parameters”size int?
foreground System.NullableSadRogue.Primitives.Color
background System.NullableSadRogue.Primitives.Color
settings Table.Cell.Options