PrintDocument for WinForms
StretchRowEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : StretchRowEnum 列挙体
Describes how the height of a row in a RenderTable can be adjusted if required by adjustments to the height of the containing table.
シンタックス
'宣言
 
Public Enum StretchRowEnum 
   Inherits System.Enum
'使用法
 
Dim instance As StretchRowEnum
public enum StretchRowEnum : System.Enum 
メンバ
メンバ解説
DefaultThe behavior depends on the RenderTable.StretchRows property of the containing RenderTable.
IfLastOnPageThe row can be stretched if it is the last row on the page.
NoThe row cannot be stretched.
YesThe row can be stretched as needed.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.StretchRowEnum

参照

C1.C1Preview 名前空間