public enum PositionType
Public Enumeration PositionType
No code example is currently available or this language may not be supported.
None | 0 | No Position Type specified. |
Static | 1 | Default positioning mode. Follows Html Layout rules. |
Absolute | 2 | Positioned relative to Document, using Left and Top values. |
Relative | 3 | Positioned relative to normal flow, then offset by Left and Top values. |