Click or drag to resize

DockingHelperDockStyleFromDockEdge Method

Convert from DockEdge to DockStyle enumeration value.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static DockStyle DockStyleFromDockEdge(
	DockingEdge edge,
	bool opposite
)

Parameters

edge  DockingEdge
DockEdge value to convert.
opposite  Boolean
Should the separator be docked against the opposite edge.

Return Value

DockStyle
DockStyle value.
See Also