Click or drag to resize

DockingHelper Class

Set of common helper routines for Docking functionality
Inheritance Hierarchy
SystemObject
  Internal.ComponentFactory.Krypton.DockingDockingHelper

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static class DockingHelper

The DockingHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDockStyleFromDockEdge
Convert from DockEdge to DockStyle enumeration value.
Public methodStatic memberInnerRectangle
Find the inner space that occupied by the edge docking controls.
Public methodStatic memberOrientationFromDockEdge
Convert the DockEdge to Orientation enumeration value.
Top
See Also