Themed 2026 Presentation Style Preview

ElementIsBlockElement Property

This read-only property returns true if the element is a block element, false if it is not.

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public bool IsBlockElement { get; }

Property Value

Boolean

Remarks

This is used to help the Markdown block parser determine block elements and those that may need their content parsed to convert Markdown text within child elements.

See Also