MindFusion.Wpf Pack Programmer's Guide
DxfExporter.ExportTextAsMultiline Property
See Also
 





Gets or sets a value indicating whether item labels should be exported to DXF MTEXT entities.

Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.DxfExport

 Syntax

C#  Copy Code

public bool ExportTextAsMultiline { get; set; }

Visual Basic  Copy Code

Public Property ExportTextAsMultiline As Boolean

 Property Value

true to create multiple-line text entities, or false otherwise. The default is true.

 Remarks

Some applications do not support the multiple-line text DXF entity - MTEXT. If you notice that the application you target does not display the labels of diagram items, set this property to false.

 See Also

DxfExporter Members
DxfExporter Class
MindFusion.Diagramming.Wpf.Export Namespace