[]
        
(Showing Draft Content)

C1.Framework.ParagraphElement

ParagraphElement Class

BasePanel that displays paragraphs.

Inheritance
ParagraphElement
Implements
Namespace: C1.Framework
Assembly: C1.Win.8.dll
Syntax
public class ParagraphElement : BasePanel, ISupportUia
Remarks

This class is a panel that wraps and aligns its child elements.

Constructors

Name Description
ParagraphElement()

Initializes a new instance of the ParagraphElement class.

ParagraphElement(Style)

Initializes a new instance of the ParagraphElement class with the specified style settings.

ParagraphElement(Style, string)

Initializes a new instance of the ParagraphElement class with the specified text and style settings.

ParagraphElement(string)

Initializes a new instance of the ParagraphElement class with the specified text.

Methods

Name Description
AddText(string)
AddText(string, Style)
AddTextElement(Style, string, bool)
BreakAfter(Element)
BreakBefore(Element, int, int)

Gets a value that determines whether a line break should be inserted before a given element.

BreakBeforeRtl(Element, int, int)

Gets a value that determines whether a line break should be inserted before a given element.

GetExtraSpacing(Element, Element)
Layout(Graphics)

Layout this element based on its style and contents.