Table of Contents
IsBlock Property

Returns a value indicating whether this content is a block content.

Syntax
 public Boolean IsBlock { get; }
Remarks

A block content is an AcmContent object that derives from AcmBlock. Block content and inline content are treated very differently by the layout engine. See block model for more details.

See Also