wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-flowlayoutcontrol-f32701c0.md
Gets or sets the style applied to the maximized element’s drag-and-drop indicator. This is a dependency property.
Namespace : DevExpress.Xpf.LayoutControl
Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll
NuGet Package : DevExpress.Wpf.LayoutControl
public Style MaximizedElementPositionIndicatorStyle { get; set; }
Public Property MaximizedElementPositionIndicatorStyle As Style
| Type | Description |
|---|---|
| Style |
A Style object that is applied to the maximized element’s drag-and-drop indicator.
|
Note
This style is intended for the DevExpress.Xpf.LayoutControl.MaximizedElementPositionIndicator type.
The FlowLayoutControl allows one of its elements to be maximized (see the FlowLayoutControl.MaximizedElement property). If the FlowLayoutControl.AllowMaximizedElementMoving property is set to true , the position of the maximized element relative to the remaining items can be changed via drag-and-drop. The MaximizedElementPositionIndicatorStyle property specifies the style that is applied to the maximized element’s drag-and-drop indicator:
In code, the position of the maximized element can be specified via the FlowLayoutControl.MaximizedElementPosition property.
See Also