C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / Style Class / FlowAlignChildren Property

In This Topic
FlowAlignChildren Property
In This Topic
Gets or sets the alignment of children of the current style's owner object in a block flow.
Syntax
'Declaration
 
Public Property FlowAlignChildren As FlowAlignEnum
 
Remarks
This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is FlowAlignEnum.Near.

See Also