HtmlContainerInt 属性 |
HtmlContainerInt 类型公开以下成员。
名称 | 说明 | |
---|---|---|
ActualSize |
The actual size of the rendered html (after layout)
| |
AvoidAsyncImagesLoading |
Gets or sets a value indicating if image asynchronous loading should be avoided (default - false). True - images are loaded synchronously during html parsing. False - images are loaded asynchronously to html parsing when downloaded from URL or loaded from disk. | |
AvoidGeometryAntialias |
Gets or sets a value indicating if anti-aliasing should be avoided for geometry like backgrounds and borders (default - false).
| |
AvoidImagesLateLoading |
Gets or sets a value indicating if image loading only when visible should be avoided (default - false). True - images are loaded as soon as the html is parsed. False - images that are not visible because of scroll location are not loaded until they are scrolled to. | |
Control |
关联的控件
| |
CssData |
the parsed stylesheet data used for handling the html
| |
IsContextMenuEnabled |
Is the build-in context menu enabled and will be shown on mouse right click (default - true)
| |
IsSelectionEnabled |
Is content selection is enabled for the rendered html (default - true). If set to 'false' the rendered html will be static only with ability to click on links. | |
Location |
The top-left most location of the rendered html. This will offset the top-left corner of the rendered html. | |
MaxSize |
The max width and height of the rendered html. The max width will effect the html layout wrapping lines, resize images and tables where possible. The max height does NOT effect layout, but will not render outside it (clip). ActualSize can be exceed the max size by layout restrictions (unwrapable line, set image size, etc.). Set zero for unlimited (width\height separately). | |
Root |
根元素
| |
ScrollOffset |
The scroll offset of the html. This will adjust the rendered html by the given offset so the content will be "scrolled". | |
SelectedHtml |
Copy the currently selected html segment with style.
| |
SelectedText |
Get the currently selected text segment in the html.
| |
SelectionHandler |