DOM.Styles.TableBorder
Represents border settings for a table including per-edge borders inherited from and optional inside borders used between table rows and columns.
extends the rectangular edge border model with properties that describe interior separators: horizontal borders between table rows and vertical borders between table columns. Consumers (layout/render/serialization code) should consult both the inherited edge-specificproperties and these inside-border properties to determine the full table border appearance.
3 members
Constructors
TableBorder
TableBorder(BorderValues BorderValue, Color BorderColor, DocumentUnit BorderSize)Initializes a newinstance and applies the same border style to all outer and inner table borders.
This constructor sets the,,,,, andborders to identicalvalues.
Parameters
- BorderValue
- The border style to apply (for example, single, double, dashed, or none).
- BorderColor
- The color used for all table borders.
- BorderSize
- The thickness of the borders, expressed in document units.
Properties
Gets or sets the border style applied between table rows (the horizontal interior borders).
Gets or sets the border style applied between table columns (the vertical interior borders).