[]
        
(Showing Draft Content)

C1.Framework.Element.LineBreak

Element.LineBreak Enum

Flags that represent the line-breaking behavior caused by an element when it is contained in a paragraph.

Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
[Flags]
public enum Element.LineBreak

Fields

Name Description
After

Insert line breaks after the element.

Before

Insert line breaks before the element.

None

The element does not cause line breaks.