ElementIsBlockElement Property
This read-only property returns true if the element is a block element, false if it is not.
Namespace: Sandcastle.Core.PresentationStyle.Transformation.ElementsAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public bool IsBlockElement { get; }
Public ReadOnly Property IsBlockElement As Boolean
Get
public:
property bool IsBlockElement {
bool get ();
}
member IsBlockElement : bool with get
Property Value
Boolean 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.