A newer version of this page is available.
Switch to the current version.
DiagramConnector.CollapseButtonHorizontalAlignment Property
This member supports the internal infrastructure and is not intended to be used directly from your code.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v19.1.dll
Declaration
[Browsable(false)]
public override Alignment CollapseButtonHorizontalAlignment { get; set; }
Property Value
Type |
---|
Alignment |
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. |
See Also
Feedback