FlexReport for WinForms
AutoSizeBehavior 列挙体


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 : AutoSizeBehavior 列挙体
Defines options controlling how an object's size changes automatically depending on its content.
シンタックス
'宣言
 
Public Enum AutoSizeBehavior 
   Inherits System.Enum
'使用法
 
Dim instance As AutoSizeBehavior
public enum AutoSizeBehavior : System.Enum 
メンバ
メンバ解説
CanGrow
Object can grow.
CanShrink
Object can shrink.
GrowAndShrink
Object can grow and shrink.
None
Object is not resized.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Report.AutoSizeBehavior

参照

参照

C1.Report 名前空間