Click or drag to resize

DockingHelperOrientationFromDockEdge Method

Convert the DockEdge to Orientation 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 Orientation OrientationFromDockEdge(
	DockingEdge edge
)

Parameters

edge  DockingEdge
DockEdge value to convert.

Return Value

Orientation
Orientation value.
See Also