点击或拖拽改变大小

HtmlRendererUtils 类

General utilities.
继承层次
SystemObject
  DSkin.Html.CoreHtmlRendererUtils

命名空间:  DSkin.Html.Core
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static class HtmlRendererUtils

HtmlRendererUtils 类型公开以下成员。

方法
  名称说明
公共方法静态成员Layout
Perform the layout of the html container by given size restrictions returning the final size.
The layout can be effected by the HTML content in the htmlContainer if autoSize or autoSizeHeightOnly is set to true.
Handle minimum and maximum size restrictions.
Handle auto size and auto size for height only. if autoSize is true autoSizeHeightOnly is ignored.
公共方法静态成员MeasureHtmlByRestrictions
Measure the size of the html by performing layout under the given restrictions.
Top
参见