Specifies the position of an element relative to its container.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public enum Position |
Visual Basic
![]() |
---|
Public Enum Position |
Member name | Description | |
---|---|---|
![]() |
Bottom |
The element is docked at the bottom side. |
![]() |
Left |
The element is docked at the left side. |
![]() |
None |
The element is not displayed. |
![]() |
Right |
The element is docked at the right side. |
![]() |
Top |
The element is docked at the top side. |
![]() |
Unspecified |
Unspecified. |