NPreviewHost Class Members
The following tables list the members exposed by NPreviewHost.
| Name | Description |
 | PreviewMarginsPercent | Determines the margins of the hosted preview widget as a percentage of this widget content area size. By default set to 5%. |
Top
| Name | Description |
 | ArrangeContent | Overridden. Overriden to layout the hosted preview widget. |
 | MeasureContent | Overridden. Overriden to measure the hosted preview widget. As the perview widget's size is determined by this host the MeasureContent method always returns a dummy measure. |
Top