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