FlexReport for WinForms
BordersSplitMode 列挙体


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 : BordersSplitMode 列挙体
Specifies how borders are drawn when the object is split between pages.
シンタックス
'宣言
 
Public Enum BordersSplitMode 
   Inherits System.Enum
'使用法
 
Dim instance As BordersSplitMode
public enum BordersSplitMode : System.Enum 
メンバ
メンバ解説
None
Borders are not drawn where the object is split.
Round
Borders are drawn where the object is split. If the border is round, round borders are drawn where the object is split.
Square
Square borders are drawn where the object is split.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Document.BordersSplitMode

参照

参照

C1.Document 名前空間