Kaydet (Commit) 8dd82dba authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

Documented css::table::BorderLine2.LineWidth.

üst e97f2985
...@@ -43,6 +43,16 @@ struct BorderLine2 : BorderLine ...@@ -43,6 +43,16 @@ struct BorderLine2 : BorderLine
/** Style of the border. @see BorderLineStyle /** Style of the border. @see BorderLineStyle
*/ */
short LineStyle; short LineStyle;
/** Width of the border, this is the base to compute all the lines
and gaps widths. These widths computations are based on the
LineStyle property
This property is prevailing on the old Out, In and Dist width
from BorderLine. If this property is set to 0, then the other
widths will be used to guess the border width.
*/
unsigned long LineWidth;
}; };
//============================================================================= //=============================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment