DockingHelperOrientationFromDockEdge Method |
Convert the DockEdge to Orientation enumeration value.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Orientation OrientationFromDockEdge(
DockingEdge edge
)
Parameters
- edge DockingEdge
- DockEdge value to convert.
Return Value
OrientationOrientation value.
See Also