InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / Element.LineBreak Enumeration

In This Topic
    Element.LineBreak Enumeration
    In This Topic
    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
    public enum Element.LineBreak : 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