Click or drag to resize

ViewDockStyle Enumeration

Specifies the docking styles for the docking view elements.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum ViewDockStyle
Members
  Member nameValueDescription
Fill0 Specifies the child element should fill the remaining space.
Top1 Specifies the child element should dock against the top edge.
Bottom2 Specifies the child element should dock against the bottom edge.
Left3 Specifies the child element should dock against the left edge.
Right4 Specifies the child element should dock against the right edge.
See Also