Gets a bitmap source 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 BitmapSource GetExportBitmapSource(
	Thickness margin
)
Visual Basic (Declaration)
Public Function GetExportBitmapSource ( _
	margin As Thickness _
) As BitmapSource

Parameters

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

Return Value

A bitmap source representing the headered content of the control.

Implements

IExportableControl..::.GetExportBitmapSource(Thickness)

See Also