Invoked by the rendering system in order to render the specified UIElement.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
void Render ( |
Visual Basic
Copy Code
|
|---|
Sub Render( _ |
The left position of the element being rendered relative to the current page.
The top position of the element being rendered relative to the current page.
RemarksThe provided element is not connected to a parent and can be directly embedded in a visual or logical tree.
See Also