Class Paragraph
Provides a block-level content element that is used to group content into a 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
public sealed class Paragraph : Block, IUIElement, IDependencyObject
Constructors
| Improve this Doc View SourceParagraph()
Initializes a new instance of the Paragraph class.
Declaration
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
public InlineCollection Inlines { get; }
Property Value
Type | Description |
---|---|
InlineCollection |
VisualChildrenCount
Declaration
protected sealed override int VisualChildrenCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
Methods
| Improve this Doc View SourceGetVisualChild(Int32)
Declaration
protected sealed override UIElement GetVisualChild(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
UIElement |
Overrides
| Improve this Doc View SourceINTERNAL_OnAttachedToVisualTree()
Declaration
protected override void INTERNAL_OnAttachedToVisualTree()