PrintDocument for WinForms
FlowAlignEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : FlowAlignEnum 列挙体
Specifies the alignment within their container of objects in the block flow (see RenderObject.Stacking). This is the type of Style.FlowAlignChildren and Style.FlowAlign properties.
シンタックス
'宣言
 
Public Enum FlowAlignEnum 
   Inherits System.Enum
'使用法
 
Dim instance As FlowAlignEnum
public enum FlowAlignEnum : System.Enum 
メンバ
メンバ解説
CenterObjects are centered horizontally for top to bottom flow (StackingRulesEnum.BlockTopToBottom), and vertically for left to right flow (StackingRulesEnum.BlockLeftToRight).
Default

If specified for a child object's Style.FlowAlign, indicates that the parent's Style.FlowAlignChildren value is used.

If specified for a Style.FlowAlignChildren, equivalent to FlowAlignEnum.Near.

FarObjects are right-aligned for top to bottom flow (StackingRulesEnum.BlockTopToBottom), and bottom-aligned for left to right flow (StackingRulesEnum.BlockLeftToRight).
NearObjects are left-aligned for top to bottom flow (StackingRulesEnum.BlockTopToBottom), and top-aligned for left to right flow (StackingRulesEnum.BlockLeftToRight).
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.FlowAlignEnum

参照

C1.C1Preview 名前空間