New to Telerik Document ProcessingStart a free 30-day trial

Base type for renderable page content; common surface for graphics, text, images, and forms during layout and export.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Common

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public abstract class ContentElementBase : FixedDocumentElementBase, IFixedDocumentElement

Inheritance: objectFixedDocumentElementBaseContentElementBase

Derived Classes: ClippingPositionContentElementMarkedContent

Implements: IFixedDocumentElement

Inherited Members FixedDocumentElementBase.Parent

Constructors

C#
protected ContentElementBase()

Properties

Clipping region that limits the element’s visible area; set null to disable clipping.

C#
public Clipping Clipping { get; set; }
Property Value:

The clipping region, or null if no clipping is applied.