Class ContentElementBase
Represents the base class for all content elements that can be rendered on the page.
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
Gets or sets the clipping region that defines the visible area for this content element.
Declaration
public Clipping Clipping { get; set; }
Property Value
Clipping
The clipping region, or null if no clipping is applied. |