Enum PanelLayoutType
Enumeration representing the different panel layout types.
public enum PanelLayoutType : byte
Fields
Circle = 2
Circle panel layout.
Compact = 1
Compact panel layout.
CompactCircle = 4
Compact circle panel layout.
Integrated = 0
Integrated panel layout.
IntegratedCircle = 3
Integrated circle panel layout.