PrintDocument for WinForms
FlowAlignChildren プロパティ (Style)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Style クラス : FlowAlignChildren プロパティ
Gets or sets the alignment of children of the current style's owner object in a block flow.
シンタックス
'宣言
 
Public Property FlowAlignChildren As FlowAlignEnum
'使用法
 
Dim instance As Style
Dim value As FlowAlignEnum
 
instance.FlowAlignChildren = value
 
value = instance.FlowAlignChildren
public FlowAlignEnum FlowAlignChildren {get; set;}
解説
This property is non-ambient (inherited from the Style.Parent of the current style if not explicitly set).

The default is FlowAlignEnum.Near.

参照

Style クラス
Style メンバ
FlowAlign プロパティ
Stacking プロパティ