FlexGrid for WinRT
BreakLine Enumeration

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Xaml Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback