Click or drag to resize
SplitterSlideDirection Enumeration
Specifies the available directions for the slide panes

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum SplitterSlideDirection
Members
  Member nameValueDescription
Right1 Slide panes are sliding from left to right
Left2 Slide panes are sliding from right to left
Top3 Slide panes are sliding from top to bottom
Bottom4 Slide panes are sliding from bottom to top
See Also