C1.C1Preview Namespace : FlowAlignEnum Enumeration |
'Declaration Public Enum FlowAlignEnum Inherits System.Enum
public enum FlowAlignEnum : System.Enum
Member | Description |
---|---|
Center | Objects are centered horizontally for top to bottom flow (StackingRulesEnum.BlockTopToBottom), and vertically for left to right flow (StackingRulesEnum.BlockLeftToRight). |
Default | If specified for a child object's Style.FlowAlign, indicates that the parent's Style.FlowAlignChildren value is used. If specified for a Style.FlowAlignChildren, equivalent to FlowAlignEnum.Near. |
Far | Objects are right-aligned for top to bottom flow (StackingRulesEnum.BlockTopToBottom), and bottom-aligned for left to right flow (StackingRulesEnum.BlockLeftToRight). |
Near | Objects are left-aligned for top to bottom flow (StackingRulesEnum.BlockTopToBottom), and top-aligned for left to right flow (StackingRulesEnum.BlockLeftToRight). |
System.Object
System.ValueType
System.Enum
C1.C1Preview.FlowAlignEnum
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2