Gets or sets the alignment of children of the current style's owner object in a block flow.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public FlowAlignEnum FlowAlignChildren { get; set; }
Visual Basic
Public Property FlowAlignChildren As FlowAlignEnum
	Get
	Set

Remarks

This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is Near.

See Also