AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.9.1" />

.NET API 1,224,704 bytes

 DisplayMode

public enum DisplayMode
A list of all pre-defined display settings.
namespace AngleSharp.Dom.Css { public enum DisplayMode : byte { None, Inline, Block, ListItem, InlineBlock, InlineTable, Table, TableCaption, TableCell, TableColumn, TableColumnGroup, TableFooterGroup, TableHeaderGroup, TableRow, TableRowGroup, Flex, InlineFlex, Grid, InlineGrid } }