Back to Devexpress

DiagramControl.PaperKind Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-04296fd6.md

latest1.3 KB
Original Source

DiagramControl.PaperKind Property

Allows you to use one of the standard paper sizes as the page size. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

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

Property Value

TypeDescription
PaperKind

A System.Drawing.Printing.PaperKind enumeration value.

|

Remarks

The DiagramControl.Landscape property allows you to specify whether to use the longer dimension of the page size as the page width (landscape orientation) or height (portrait orientation).

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace