Click or drag to resize

DockingEdge Enumeration

Specifies a docking edge of a control.

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 enum DockingEdge
Members
Member nameValueDescription
Left0Specifies the left edge of a control.
Right1Specifies the right edge of a control.
Top2Specifies the top edge of a control.
Bottom3Specifies the bottom edge of a control.
See Also