[]
Specifies the alignment within their container of objects in the block flow (see Stacking). This is the type of FlowAlignChildren and FlowAlign properties.
public enum FlowAlignEnum
Name | Description |
---|---|
Center | Objects are centered horizontally for top to bottom flow (BlockTopToBottom), and vertically for left to right flow (BlockLeftToRight). |
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. |
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). |