Table of Contents
SplitterButtonAlignment Enumeration

Specifies splitter button alignments.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum SplitterButtonAlignment
Members
Member Name Description
Auto Aligns splitter button automatically.
LeftOrTop Splitter button should be aligned to the left if the splitter is horizontal, or to the top if the splitter is vertical.
Center Splitter button should be aligned to the center.
RightOrBottom Splitter button should be aligned to the right if the splitter is horizontal, or to the right if the splitter is vertical.
See Also