点击或拖拽改变大小

CssLineBoxRelatedBoxes 属性

Gets a list of boxes related with the linebox. To know the words of the box inside this linebox, use the WordsOf(CssBox) method.

命名空间:  DSkin.Html.Core.Dom
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public List<CssBox> RelatedBoxes { get; }

属性值

类型:ListCssBox
参见