DiagramOptionsTipOverTreeLayout.VerticalAlignment Property
Gets or sets the vertical alignment of the tip-over diagram.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v25.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
[DefaultValue(Alignment.Near)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual Alignment VerticalAlignment { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Alignment | Near | A Alignment enumeration value that specifies the vertical alignment of the diagram. |
Available values:
| Name | Description |
|---|---|
| Near | In a left-to-right layout, items are aligned to the left from the layout axis. In a right-to-left layout, items are aligned to the right. |
| Center | Items are aligned along the layout axis. |
| Far | In a left-to-right layout, items are aligned to the right from the layout axis. In a right-to-left layout, items are aligned to the left. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to VerticalAlignment |
|---|---|
| DiagramControl |
|
See Also