Interface IContainerElement
Represents base interface for container element.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Common
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public interface IContainerElement : IFixedDocumentElement
Properties
Content
Gets the content for the element.
Declaration
ContentElementCollection Content { get; }
Property Value
ContentElementCollection
The content. |