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
AnnotationCollection
The annotations collection. |
Size
Gets the size.
Declaration
Size Size { get; }
Property Value
System.Windows.Size
The size. |
SupportsAnnotations
Gets if the element supports annotations.
Declaration
bool SupportsAnnotations { get; }
Property Value
System.Boolean
True if the element supports annotations. |