Back to Devexpress

DiagramControl.PrintInMargins Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-3b81cf0f.md

latest1.9 KB
Original Source

DiagramControl.PrintInMargins Property

Specifies whether to print content in the page margins. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public PrintInMargins PrintInMargins { get; set; }
vb
Public Property PrintInMargins As PrintInMargins

Property Value

TypeDescription
PrintInMargins

A DevExpress.Diagram.Core.PrintInMargins enumeration value.

|

Available values:

NameDescription
Always

Print content in the page margins.

| | Never |

Do not print content in the page margins.

| | OuterMarginsOnly |

Print content in the outer page margins only.

|

Remarks

The table below illustrates the difference between the PrintInMargins modes:

|

PrintInMargins

|

Result

| | --- | --- | |

Always

|

| |

Never

|

| |

OuterMarginsOnly

|

|

The PageMargin property specifies the page margins.

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace