PrintDocument for WinForms
BordersModeEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : BordersModeEnum 列挙体
Specifies the various modes of accounting for border thickness when laying out the objects in a document.
シンタックス
'宣言
 
Public Enum BordersModeEnum 
   Inherits System.Enum
'使用法
 
Dim instance As BordersModeEnum
public enum BordersModeEnum : System.Enum 
メンバ
メンバ解説
C1ReportThe inner 1/2 of border thickness is considered to be part of the object, the outer 1/2 of border is considered to be outside of the object's space. This is the default behavior of objects in BordersModeEnum.C1Report (same as in MS Access).
DefaultWhole border is considered to be part of the object. This is the default behavior of objects in C1PrintDocument.
RdlBorder thickness is not taken into account at all when calculating objects' sizes and layout. Borders are drawn centered on objects' bounds.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.BordersModeEnum

参照

C1.C1Preview 名前空間