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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Orientation OrientationFromDockEdge(
	DockingEdge edge
)

Parameters

edge
Type: Internal.ComponentFactory.Krypton.DockingDockingEdge
DockEdge value to convert.

Return Value

Type: Orientation
Orientation value.
See Also