'Declaration
Public Enum BreakLine Inherits System.Enum
public enum BreakLine : System.Enum
'Declaration
Public Enum BreakLine Inherits System.Enum
public enum BreakLine : 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.Silverlight.BreakLine