C1.WPF Namespace : BreakLine Enumeration |
'Declaration
Public Enum BreakLine Inherits System.Enum
'Usage
Dim instance As BreakLine
public enum BreakLine : System.Enum
public enum class BreakLine : public System.Enum
Member | Description |
---|---|
After | Add a hard break after this element. The next element will be positioned in the next line. |
AfterAndBefore | Add hard breaks before and after this element. It will be positioned by itself on a line. |
Before | Add a hard break before this element. |
None | No hard breaks. The next element will be positioned in the same line if there is enough room. |
System.Object
System.ValueType
System.Enum
C1.WPF.BreakLine
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