Gets a drawing visual representing the content of the control.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public DrawingVisual GetExportDrawingVisual()
Visual Basic (Declaration)
Public Function GetExportDrawingVisual As DrawingVisual

Return Value

The drawing visual representing the control.

See Also