PrintDocument for WinForms
StackingRulesEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : StackingRulesEnum 列挙体
Defines the stacking rules: block or inline flow, top to bottom or left to right for block flow.
シンタックス
'宣言
 
Public Enum StackingRulesEnum 
   Inherits System.Enum
'使用法
 
Dim instance As StackingRulesEnum
public enum StackingRulesEnum : System.Enum 
メンバ
メンバ解説
BlockLeftToRightObjects are placed one next to another, from left to right. When the right edge of the current page is reached, a new horizontal page is added (a horizontal page logically extends the preceding page to the right; C1PreviewPane respects this location by default, showing such pages in a row).
BlockTopToBottomObjects are placed one beneath another within the container. When the bottom edge of the current page is reached, a new page is added. This is the default.
InlineLeftToRightObjects are placed inline, one next to another, from left to right. When the right edge of the current page is reached, the sequence wraps to the next line. A new page is added when the bottom of the current page is reached.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.StackingRulesEnum

参照

C1.C1Preview 名前空間