Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll

Display
C#
public enum Display
ConstanteDescripción
BlockDisplays an element as a block element(like p). It starts on a new line, and takes up the whole width
ContentsMakes the container disappear, making the child elements children of the element the next level up in the DOM
FlexDisplays an element as a block-level flex container
GridDisplays an element as a block-level grid container
InheritInherits this property from its parent element.
InitialSets this property to its default value.
InlineDisplays an element as an inline element (like span). Any height and width properties will have no effect
Inline_BlockDisplays an element as an inline-level block container.The element itself is formatted as an inline element, but you can apply height and width values
Inline_FlexDisplays an element as an inline-level flex container
Inline_GridDisplays an element as an inline-level grid container
Inline_TableThe element is displayed as an inline-level table
List_ItemLet the element behave like a li element
NoneThe element is completely removed
Run_InDisplays an element as either block or inline, depending on context
TableLet the element behave like a table element
Table_CaptionLet the element behave like a caption element
Table_CellLet the element behave like a td element
Table_ColumnLet the element behave like a col element
Table_Column_GroupLet the element behave like a colgroup element
Table_Footer_GroupLet the element behave like a tfoot element
Table_Header_GroupLet the element behave like a thead element
Table_RowLet the element behave like a tr element
Table_Row_GroupLet the element behave like a tbody element