C1.Win.8 Assembly / C1.Framework Namespace / Element.LineBreak Enumeration

Element.LineBreak Enumeration
Flags that represent the line-breaking behavior caused by an element when it is contained in a paragraph.
Syntax
'Declaration
 
Public Enum Element.LineBreak 
   Inherits System.Enum
 
Members
MemberDescription
AfterInsert line breaks after the element.
BeforeInsert line breaks before the element.
NoneThe element does not cause line breaks.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Framework.Element.LineBreak

See Also