Class Section
A block-level element used for grouping other Block elements.
Inheritance
System.Object
Section
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 Section : Block
Constructors
| Improve this Doc View SourceSection()
Declaration
public Section()
Properties
| Improve this Doc View SourceBlocks
Gets a BlockCollection containing the top-level Block elements that comprise the contents of the Section. This property has no default value.
Declaration
[NotImplemented]
public BlockCollection Blocks { get; }
Property Value
Type | Description |
---|---|
BlockCollection |
HasTrailingParagraphBreakOnPaste
Gets or sets a value that indicates whether a trailing paragraph break should be inserted after the last paragraph when copying the contents of a root Section element to the clipboard.
Declaration
[NotImplemented]
public bool HasTrailingParagraphBreakOnPaste { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if a trailing paragraph break should be included; otherwise false. |
Methods
| Improve this Doc View SourceINTERNAL_OnAttachedToVisualTree()
Declaration
protected override void INTERNAL_OnAttachedToVisualTree()