wpf-devexpress-dot-xpf-dot-layoutcontrol-950f84ba.md
Contains values that specify the position of the maximized element, relative to other items within a FlowLayoutControl.
Namespace : DevExpress.Xpf.LayoutControl
Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll
NuGet Package : DevExpress.Wpf.LayoutControl
public enum MaximizedElementPosition
Public Enum MaximizedElementPosition
| Name | Description |
|---|---|
Left |
The FlowLayoutControl.MaximizedElement is displayed to the left of the layer, where other items of the FlowLayoutControl are arranged.
|
| Top |
The FlowLayoutControl.MaximizedElement is displayed above the layer, where other items of the FlowLayoutControl are arranged.
|
| Right |
The FlowLayoutControl.MaximizedElement is displayed to the right of the layer, where other items of the FlowLayoutControl are arranged.
|
| Bottom |
The FlowLayoutControl.MaximizedElement is displayed below the layer, where other items of the FlowLayoutControl are arranged.
|
The following properties accept/return MaximizedElementPosition values:
Use the FlowLayoutControl.MaximizedElementPosition property to specify the position of the maximized element relative to other items within a FlowLayoutControl.
See Also