Gets a drawing visual representing the headered content of the control.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

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

Parameters

margin
Type: System.Windows..::.Thickness
The margin to use.

Return Value

A drawing visual representing the headered content of the control.

Implements

IExportableControl..::.GetExportDrawingVisual(Thickness)

See Also