HtmlContainerIntScrollOffset 属性 |
The scroll offset of the html.
This will adjust the rendered html by the given offset so the content will be "scrolled".
命名空间:
DSkin.Html.Core
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法 public RPoint ScrollOffset { get; set; }
属性值
类型:
RPoint示例
Element that is rendered at location (50,100) with offset of (0,200) will not be rendered as it
will be at -100 therefore outside the client rectangle.
参见