Skip to main content
A newer version of this page is available. .
All docs
V20.2

DiagramOptionsExport.PrintInMargins Property

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v20.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DefaultValue(PrintInMargins.Always)]
[DiagramCategory(DiagramCategory.Export)]
public virtual PrintInMargins PrintInMargins { get; set; }

Property Value

Type Default
DevExpress.Diagram.Core.PrintInMargins **Always**

Property Paths

You can access this nested property as listed below:

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