namespace Tizen.Applications.AttachPanel { /// /// Enumeration for the attach panel's window state. /// /// 4 public enum StateType { /// /// Attach panel is not visible. /// Hidden = 0, /// /// Attach panel is in the partial window mode. /// Partial, /// /// Attach panel is in the full screen mode. /// Full, } }