C1.C1Preview Namespace : StackingRulesEnum Enumeration |
'Declaration Public Enum StackingRulesEnum Inherits System.Enum
public enum StackingRulesEnum : System.Enum
Member | Description |
---|---|
BlockLeftToRight | Objects are placed one next to another, from left to right. When the right edge of the current page is reached, a new horizontal page is added (a horizontal page logically extends the preceding page to the right; C1PreviewPane respects this location by default, showing such pages in a row). |
BlockTopToBottom | Objects are placed one beneath another within the container. When the bottom edge of the current page is reached, a new page is added. This is the default. |
InlineLeftToRight | Objects are placed inline, one next to another, from left to right. When the right edge of the current page is reached, the sequence wraps to the next line. A new page is added when the bottom of the current page is reached. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.StackingRulesEnum
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