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

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

Syntax

C#
public FlowAlignEnum FlowAlign { get; set; }
Visual Basic
Public Property FlowAlign 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 Default.

See Also