[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1Block

C1Block Class

An abstract class that provides a base for all block-level flow content elements.

Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.dll
Syntax
public abstract class C1Block : C1TextElement, IEnumerable<C1TextElement>, IEnumerable

Constructors

Name Description
C1Block()

Fields

Name Description
LineSpacingProperty

Identifies the LineSpacing style property.

PageBreakAfterProperty

Identifies the PageBreakAfter style property.

PageBreakBeforeProperty

Identifies the PageBreakBefore style property.

TextAlignmentProperty

Identifies the TextAlignment style property.

TextIndentProperty

Identifies the TextIndent style property.

Properties

Name Description
LineSpacing

Gets or sets the Line spacing of the line of text in a block.

PageBreakAfter

Gets or sets a PageBreak value indicating when a page break is inserted after this C1Block.

PageBreakBefore

Gets or sets a PageBreak value indicating when a page break is inserted before this C1Block.

TextAlignment

Gets or sets the horizontal alignment of text content.

TextIndent

Gets or sets the indentation, in pixels, of the first line of text in a block.