ComponentOne Basic Library for WPF and Silverlight
BreakLine Enumeration


C1.WPF Namespace : BreakLine Enumeration
Specifies hard line breaks before and/or after elements in a C1WrapPanel..
Syntax
'Declaration
 
Public Enum BreakLine 
   Inherits System.Enum
'Usage
 
Dim instance As BreakLine
public enum BreakLine : System.Enum 
Members
MemberDescription
AfterAdd a hard break after this element. The next element will be positioned in the next line.
AfterAndBeforeAdd hard breaks before and after this element. It will be positioned by itself on a line.
BeforeAdd a hard break before this element.
NoneNo hard breaks. The next element will be positioned in the same line if there is enough room.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.BreakLine

See Also

Reference

C1.WPF Namespace