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

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

Syntax

C#
public DrawingVisual GetExportDrawingVisual(
	Thickness margin,
	Pen border,
	Brush background
)
Visual Basic (Declaration)
Public Function GetExportDrawingVisual ( _
	margin As Thickness, _
	border As Pen, _
	background As Brush _
) As DrawingVisual

Parameters

margin
Type: System.Windows..::.Thickness
The margin to use.
border
Type: System.Windows.Media..::.Pen
The border to use.
background
Type: System.Windows.Media..::.Brush
The background to use.

Return Value

A drawing visual representing the headered content of the control.

See Also