ElementIs Block Element 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool IsBlockElement { get; }VB
Public ReadOnly Property IsBlockElement As Boolean
GetC++
public:
property bool IsBlockElement {
bool get ();
}F#
member IsBlockElement : bool with getProperty Value
BooleanRemarks
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.