Click or drag to resize
VerticalPositionEnum Enumeration
Vertical position enumeration.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public enum VerticalPositionEnum
Members
  Member nameValueDescription
Cursor0 Current cursor position.
Top1 Element top.
Bottom2 Element bottom.
Middle3 Element middle.
See Also