Back to Devexpress

DiagramControl.Landscape Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-1fddfd57.md

latest1.4 KB
Original Source

DiagramControl.Landscape Property

Specifies whether to use the longer dimension of the page size as the page width. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public bool Landscape { get; set; }
vb
Public Property Landscape As Boolean

Property Value

TypeDescription
Boolean

true, to use the longer edge of the document size as the page width (landscape orientation); otherwise, false (portrait orientation).

|

Remarks

The DiagramControl.PaperKind property allows you to use one of the standard paper sizes as the page size.

See Also

PageSize

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace