Gets the width of the content in the exported drawing visual or bitmap source.

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

Syntax

C#
public double GetExportContentWidth()
Visual Basic (Declaration)
Public Function GetExportContentWidth As Double

Return Value

The width of the content in the exported drawing visual or bitmap source.

Implements

IExportableControl..::.GetExportContentWidth()()()

See Also