Class ContentElementBase
Base type for renderable page content; common surface for graphics, text, images, and forms during layout and export.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Common
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class ContentElementBase : FixedDocumentElementBase, IFixedDocumentElement
Constructors
ContentElementBase()
Declaration
protected ContentElementBase()
Properties
Clipping
Clipping region that limits the element’s visible area; set null to disable clipping.
Declaration
public Clipping Clipping { get; set; }
Property Value
|
Clipping
The clipping region, or null if no clipping is applied. |