4.601 Paragraph

x:Object > DependencyObject > ContentElement > FrameworkContentElement > TextElement > Block > Paragraph, IInputElement
Paragraph
(usage)
<Paragraph> [ Inline | UIElement | x:String ]* </Paragraph>
(description)
A block-level flow content element used to group content into a paragraph.
[content property]
Inlines
[name property]
Name
[xml lang property]
Language
(properties)
Inlines
InlineCollection
(description)
An InlineCollection containing the top-level Inline elements that comprise the contents of the Paragraph.
[read only]
true
KeepTogether
x:Boolean
(description)
A value that indicates whether the text of the paragraph may be broken by a page break or column break.
KeepWithNext
x:Boolean
(description)
A value that indicates whether a break may occur between this paragraph and the next paragraph.
MinOrphanLines
x:Int32
(description)
A value that specifies the minimum number of lines that can be left before the break when a Paragraph is broken by a page break or column break.
MinWidowLines
x:Int32
(description)
A value that specifies the minimum number of lines that can be placed after the break when a Paragraph is broken by a page break or column break.
TextDecorations
TextDecorationCollection
(description)
A TextDecorationCollection that contains text decorations to apply to this element.
TextIndent
x:Double
(description)
A value that indicates how far to indent the first line of a Paragraph.
[text syntax]
LengthSyntax