[]
        
(Showing Draft Content)

C1.WPF.BreakLine

BreakLine Enum

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

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public enum BreakLine : byte

Fields

Name 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.