FlowLayoutControl.LayerSeparatorStyle Property
Gets or sets the style applied to separators. This is a dependency property.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
Property Value
Type | Description |
---|---|
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