Back to Devexpress

MaximizedElementPosition Enum

wpf-devexpress-dot-xpf-dot-layoutcontrol-950f84ba.md

latest2.7 KB
Original Source

MaximizedElementPosition Enum

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

Declaration

csharp
public enum MaximizedElementPosition
vb
Public Enum MaximizedElementPosition

Members

NameDescription
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:

Remarks

Use the FlowLayoutControl.MaximizedElementPosition property to specify the position of the maximized element relative to other items within a FlowLayoutControl.

See Also

MaximizedElement

MaximizedElementPosition

DevExpress.Xpf.LayoutControl Namespace