Click or drag to resize

SplitterState Enumeration

Enumeration to specify the current animation state of the control.

Namespace:  Mcc.Series.Controls
Assembly:  Mcc.Series.Controls (in Mcc.Series.Controls.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum SplitterState
Members
  Member nameValueDescription
Collapsed0 닫힘
Expanding1 열리는중
Expanded2 열림
Collapsing3 닫히는중
See Also