PositionType Enumeration

Enumeration of Positioning Modes.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public enum PositionType

Members

None0 No Position Type specified.
Static1 Default positioning mode. Follows Html Layout rules.
Absolute2 Positioned relative to Document, using Left and Top values.
Relative3 Positioned relative to normal flow, then offset by Left and Top values.

See Also