Click or drag to resize
HorizontalPositionEnum Enumeration
Horizontal position enumeration.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public enum HorizontalPositionEnum
Members
  Member nameValueDescription
Cursor0 Current cursor position.
Left1 Element left.
Right2 Element right.
Center3 Element center.
See Also