Accordion for ASP.NET Web Forms
ExpandDirection 列挙体

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1Accordion 名前空間 : ExpandDirection 列挙体
Use the members of this enumeration to set the value of the ExpandDirection property in the C1Accordion class. This enumeration specifies different expand directions (top, right, bottom, and left) for the C1Accordion control.
シンタックス
'宣言
 
Public Enum ExpandDirection 
   Inherits System.Enum
public enum ExpandDirection : System.Enum 
メンバ
メンバ解説
BottomBottom.
LeftLeft.
RightRight.
TopTop.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Accordion.ExpandDirection

参照

C1.Web.Wijmo.Controls.C1Accordion 名前空間