Click or drag to resize
PaneDirectionEnum Enumeration
Defines location of the pane. It can be one of cardinal directions or center.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public enum PaneDirectionEnum
Members
  Member nameValueDescription
Center0 Center
North1 North
East2 East
South3 South
West4 West
See Also