Skip to main content

DiagramOptionsExport.ExportMargin Property

Specifies the margin between diagram contents and page bounds when exporting the diagram.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DiagramCategory(DiagramCategory.Export)]
public virtual Padding ExportMargin { get; set; }

Property Value

Type Default Description
Padding "0,0,0,0"

A System.Windows.Forms.Padding value that represents the margin between diagram contents and page bounds.

Property Paths

You can access this nested property as listed below:

Object Type Path to ExportMargin
DiagramControl
.OptionsExport .ExportMargin
See Also