Interface IContentRootElement
Represents the base interface for the root of the content elements tree.
Namespace: Telerik.Windows.Documents.Fixed.Model.Common
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public interface IContentRootElement : IContainerElement, IFixedDocumentElement
Properties
Annotations
Gets the annotations collection.
Declaration
AnnotationCollection Annotations { get; }
Property Value
Annotation The annotations collection. |
Size
Gets the size.
Declaration
Size Size { get; }
Property Value
System. The size. |
SupportsAnnotations
Gets if the element supports annotations.
Declaration
bool SupportsAnnotations { get; }
Property Value
System. True if the element supports annotations. |