Class Paragraph
Provides a block-level content element that is used to group content into a paragraph.
Inheritance
System.Object
Paragraph
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Documents
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class Paragraph : Block
Constructors
| Improve this Doc View SourceParagraph()
Initializes a new instance of the Paragraph class.
Declaration
[NotImplemented]
public Paragraph()
Properties
| Improve this Doc View SourceInlines
Gets an InlineCollection containing the top-level Inline elements that include the contents of the Paragraph.
Declaration
[NotImplemented]
public InlineCollection Inlines { get; }
Property Value
Type | Description |
---|---|
InlineCollection |
Methods
| Improve this Doc View SourceINTERNAL_OnAttachedToVisualTree()
Declaration
protected override void INTERNAL_OnAttachedToVisualTree()