Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll

Position
C#
public enum Positions
ConstanteDescripción
AbsoluteThe element is positioned relative to its first positioned (not static) ancestor element
FixedThe element is positioned relative to the browser window
InheritInherits this property from its parent element.
InitialSets this property to its default value.
RelativeThe element is positioned relative to its normal position, so “left:20px” adds 20 pixels to the element’s LEFT position
StaticDefault value.Elements render in order, as they appear in the document flow
StickyThe element is positioned based on the user’s scroll position