AutoComplete for ASP.NET Web Forms
LineSlantEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : LineSlantEnum 列挙体
Determines whether/how a line should be drawn across the field (as opposed to a box around the field).
シンタックス
'宣言
 
Public Enum LineSlantEnum 
   Inherits System.Enum
public enum LineSlantEnum : System.Enum 
メンバ
メンバ解説
DownRender field as a line between the left-top and right-bottom corners of the field box.
NoLineRegular field (not a line).
NoSlantRender field as a vertical line (if Height > Width) or as a horizontal line (if Width > Height).
UpRender field as a line between the left-bottom and right-top corners of the field box.
解説
Use the members of this enumeration to set the value of the Field.LineSlant property in the Field class.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.LineSlantEnum

参照

C1.C1Report 名前空間