PrintDocument for WinForms
BordersSplitMode 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : 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 
メンバ
メンバ解説
NoneBorders are not drawn where the object is split.
RoundBorders are drawn where the object is split. If the border is round (see IBorders.RadiusX, IBorders.RadiusY), round borders are drawn where the object is split.
SquareSquare borders are drawn where the object is split.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.BordersSplitMode

参照

C1.C1Preview 名前空間