[]
        
(Showing Draft Content)

C1.C1Preview.FlowAlignEnum

FlowAlignEnum Enum

Specifies the alignment within their container of objects in the block flow (see Stacking). This is the type of FlowAlignChildren and FlowAlign properties.

Namespace: C1.C1Preview
Assembly: C1.WPF.PrintDocument.4.6.2.dll
Syntax
public enum FlowAlignEnum

Fields

Name Description
Center

Objects are centered horizontally for top to bottom flow (BlockTopToBottom), and vertically for left to right flow (BlockLeftToRight).

Default
<p>

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

If specified for a FlowAlignChildren, equivalent to Near.

Far

Objects are right-aligned for top to bottom flow (BlockTopToBottom), and bottom-aligned for left to right flow (BlockLeftToRight).

Near

Objects are left-aligned for top to bottom flow (BlockTopToBottom), and top-aligned for left to right flow (BlockLeftToRight).