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.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum FlowAlignEnum |
Visual Basic |
---|
Public Enumeration FlowAlignEnum |
Members
Member name | Description | |
---|---|---|
Default | 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. | |
Near | Objects are left-aligned for top to bottom flow (BlockTopToBottom), and top-aligned for left to right flow (BlockLeftToRight). | |
Center | Objects are centered horizontally for top to bottom flow (BlockTopToBottom), and vertically for left to right flow (BlockLeftToRight). | |
Far | Objects are right-aligned for top to bottom flow (BlockTopToBottom), and bottom-aligned for left to right flow (BlockLeftToRight). |