AutoComplete for ASP.NET Web Forms
BorderStyleEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : BorderStyleEnum 列挙体
Specifies the Field’s border style.
シンタックス
'宣言
 
Public Enum BorderStyleEnum 
   Inherits System.Enum
public enum BorderStyleEnum : System.Enum 
メンバ
メンバ解説
DashDashed border.
DashDotDash-dot border.
DashDotDotDash-dot-dot border.
DotDotted border.
SolidSolid border.
TransparentNo border.
解説
Use the members of this enumeration to set the value of the Field.BorderStyle property in the Field class.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.BorderStyleEnum

参照

C1.C1Report 名前空間