C1.Silverlight Namespace / BreakLine Enumeration

BreakLine Enumeration
Specifies hard line breaks before and/or after elements in a C1WrapPanel.
Syntax
'Declaration
 
Public Enum BreakLine 
   Inherits 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.Silverlight.BreakLine

See Also