Back to Devexpress

FlowLayoutControl.LayerSeparatorStyle Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-flowlayoutcontrol-842fbf16.md

latest1.5 KB
Original Source

FlowLayoutControl.LayerSeparatorStyle Property

Gets or sets the style applied to separators. 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 LayerSeparatorStyle { get; set; }
vb
Public Property LayerSeparatorStyle As Style

Property Value

TypeDescription
Style

A Style that is applied to layer separators.

|

Remarks

Note

This style is intended for the DevExpress.Xpf.LayoutControl.LayerSeparator type.

Separators are visible if the FlowLayoutControl.ShowLayerSeparators property is set to true. The LayerSeparatorStyle property allows the style of separators to be customized.

See Also

FlowLayoutControl Class

FlowLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace