FlexReport for WinForms
BordersModeEnum 列挙体


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 : 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 
メンバ
メンバ解説
C1Report
The 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.
Default
Whole border is considered to be part of the object.
Rdl
Border 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.Document.BordersModeEnum

参照

参照

C1.Document 名前空間