Table of Contents
IsInline Property

Returns a value indicating whether this content is an inline content.

Syntax
 public Boolean IsInline { get; }
Remarks

Any AcmContent that is not a block content is an inline content. Block content and inline content are treated very differently by the layout engine. See block model for more details.

See Also