Specifies hard line breaks before and/or after elements in a C1WrapPanel.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public enum BreakLine
Visual Basic
Public Enumeration BreakLine
XAML Attribute Usage
<object property="enumerationMemberName" .../>

Members

Member nameValueDescription
None0 No hard breaks. The next element will be positioned in the same line if there is enough room.
After1 Add a hard break after this element. The next element will be positioned in the next line.
Before2 Add a hard break before this element.
AfterAndBefore3 Add hard breaks before and after this element. It will be positioned by itself on a line.

See Also