ViewDockStyle Enumeration |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public enum ViewDockStyle
Member name | Value | Description | |
---|---|---|---|
Fill | 0 | Specifies the child element should fill the remaining space. | |
Top | 1 | Specifies the child element should dock against the top edge. | |
Bottom | 2 | Specifies the child element should dock against the bottom edge. | |
Left | 3 | Specifies the child element should dock against the left edge. | |
Right | 4 | Specifies the child element should dock against the right edge. |
Copyright 2024 NeoAxis Group. All rights reserved.