Back to Devexpress

DiagramList.Orientation Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramlist.md

latest1.4 KB
Original Source

DiagramList.Orientation Property

Specifies whether child items are arranged horizontally or vertically.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(Orientation.Vertical)]
[DiagramCategory(DiagramCategory.Common)]
public virtual Orientation Orientation { get; set; }
vb
<DefaultValue(Orientation.Vertical)>
<DiagramCategory(DiagramCategory.Common)>
Public Overridable Property Orientation As Orientation

Property Value

TypeDefaultDescription
OrientationVertical

A System.Windows.Forms.Orientation enumeration value.

|

Remarks

The image below illustrates Orientation.

See Also

DiagramList Class

DiagramList Members

DevExpress.XtraDiagram Namespace