Back to Devexpress

FlowLayoutControl.MaximizedElementPositionIndicatorStyle Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-flowlayoutcontrol-f32701c0.md

latest2.7 KB
Original Source

FlowLayoutControl.MaximizedElementPositionIndicatorStyle Property

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

Declaration

csharp
public Style MaximizedElementPositionIndicatorStyle { get; set; }
vb
Public Property MaximizedElementPositionIndicatorStyle As Style

Property Value

TypeDescription
Style

A Style object that is applied to the maximized element’s drag-and-drop indicator.

|

Remarks

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

MaximizedElement

MaximizedElementPosition

MaximizedElementPositionChanged

FlowLayoutControl Class

FlowLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace